Hi! i’m using Manjaro Gnome, but i’ve decided to try Fedora, but i’m new in Linux so i’m afraid to do something wrong as formating my HDD with all my info (that happened when changed from Windows :/)…anyway, any suggestions? tutos? cause not sure about what version to download to begin with…I suppose it should be Fedora 36: x86_64, but not sure cause i’havent heard about ARM aarch64 and manjaro is Arch based, so…not sure what to do also, not sure about wayland or xorg or silversomething…jaja…please help… and thanks…
By the way, I’ve heard that wayland is the future, but not that ready…and in my case, i work as a digital artist and gamer, so i use a lot of FLOSS software such as Blender, Inkscape, Gimp, Krita, darktable, obs, etc…and for videogames, i use steam, bottles…etc…
PS: in Manjaro i used to install the official repositories first, then the AUR and last flatpaks…but I’ve heard that here it’s best to begin with flatpaks? what would you recommend? cause one problem in Manjaro was with OBS cause they had to build their own version due to compatibility in the architecture to add VLC video and Browser source for example.
Can you show us your partition layout? Post the output of lsblk
Depending on you partition layout, if your /home is in the same partition with root, then you have to backup your /home before the installation.
Your other partitions shouldn’t be affected unless you explicitly ask for it.
For the apps you will find them in the Fedora repos or a copr (the equivalent of launchpad). And enable RPMFusion free for VLC.
Read more about RPMFusion here.
Yes if you mean VLC media player, yes you need rpmfusion-free repository. Because VLC allows playing “patented” codecs, which is illegal in some countries.
My recommendation:
1- Copy your /home to somewhere safe using rsync -aX ${source_dir}/ ${backup_path},
you should use rsync to preserve file permissions and any extended attribute
(and copy your important data just in case.)
2- Perform a clean install on your sda disk (the disk with the root filesystem). Please be sure which disk you are installing to, you don’t want to lose data.
3- After restoring your /home, run sudo restorecon -r /home to fix the SELinux labels, otherwise you may lock yourself out of your home.
Edit: This answer needs disk formatting, but it is the recommended way in my opinion.