82
Preparing to move from Ubuntu to Fedora
(lemm.ee)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Enable rpmfusion for media codecs and things like libdvdcss or unrestricted mesa drivers: https://rpmfusion.org/Configuration
https://docs.fedoraproject.org/en-US/quick-docs/installing-plugins-for-playing-movies-and-music/
Fedora comes out of the box with a curated flatpak repo. You might want to replace that with flathub: https://flatpak.org/setup/Fedora
Imho, there's no reason not to enable disk encryption for root. Luks configuration during setup is very straightforward.
If you don't have nvidia graphics, enable uefi and secure boot (no legacy options). Fedora works well with it out of the box.
This is essential.
sudo dnf install libavcodec-freeworld
may already be enough if you dont need ffmpeg for anything.Or you use ublue, where rpmfusion and ffmpeg are preinstalled.
Thanks! This is helpful
Two more things that came to mind. If you want to use another desktop environment than gnome (default), you should be aware of spins: https://fedoraproject.org/spins/
Spins work against the same repositories, they just come with other sets of packages preinstalled.
Also, you said you're using amd gpu. Fedora has the drivers for that out of the box. But due to fedora's strict FOSS policy, some hardware acceleration features are stripped out of the amd driver. I mentioned you can get the unstripped drivers from rpmfusion. That is detailed here: https://rpmfusion.org/Howto/Multimedia
The relevant bit being this:
Those packages work together with the drivers from the official repos. They can get out of sync. That never happened to me, yet. But if an update mentions some conflict with mesa-*, just don't do that update until that conflict disappears. If you ever run into the issue you can also undo the last update with the dnf history commands.