this post was submitted on 25 Nov 2023
80 points (94.4% liked)

Linux

47237 readers
3343 users here now

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.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hi! I'm seeking some advice and sanity check on hopping from Ubuntu to Fedora on my personal PC. I've been using Ubuntu LTS for almost two years now, switched from Windows and never looked back. But I cannot say I know Linux well. I use my PC for browsing, some gaming with Steam (I have AMD GPU), occasional video editing, tinkering with some self-hosted stuff that is on separate hardware.

I don't like the way Ubuntu is moving with snaps. And LTS version falls behind too much. So I decided to move to Fedora.

My plan is simple:

  1. I will install Fedora on a fresh nvme drive. I want disk encryption, so I'm going to have LUKS over btrfs for /home, and the root will remain unencrypted.
  2. I will copy all files from old /home to new /home, with the exception of dot-files.
  3. I plan to make use of flatpaks, so I don't think configuration for my apps is easily transferable. I'll have to install and configure apps from scratch, unless I'll have to use an RPM package.

Does all of this make sense? Is there a way to simplify app re-configuration in my case?

And as I never used Fedora extensively (booting from live image doesn't count), are there any caveats I should be aware of?

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 26 points 9 months ago (2 children)

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.

[–] [email protected] 3 points 9 months ago

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.

[–] [email protected] 1 points 9 months ago (1 children)
[–] [email protected] 3 points 9 months ago

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:

sudo dnf swap mesa-va-drivers mesa-va-drivers-freeworld
sudo dnf swap mesa-vdpau-drivers mesa-vdpau-drivers-freeworld

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.

[–] [email protected] 23 points 9 months ago (4 children)

Why not move to Debian? Ubuntu was born in a time when Debian stable had a really long release cycle and wasn't desktop ready. But times have changed. Debian is a great desktop without all of Canonical's Ubuntu "experiments" like snap.

[–] [email protected] 10 points 9 months ago (1 children)

This. Edit /etc/sources/apt, switch to sid, sudo apt update and you'll have "a better ubuntu."

[–] [email protected] 4 points 9 months ago (2 children)
[–] [email protected] 3 points 9 months ago* (last edited 9 months ago)

If you're on Debian Stable, yes. On Ubuntu, hell no.

[–] [email protected] 3 points 9 months ago (1 children)

Yep. Did this on my orange pi zero 3 (which has no support on Linux) and it worked. :^)

[–] [email protected] 1 points 9 months ago* (last edited 9 months ago)

If that worked, it was pure luck.
Do NOT do this!

Edit to clarify: Do not do this on Ubuntu!

[–] [email protected] 6 points 9 months ago (1 children)

I second this. I have been using Ubuntu for at least 10 years by I really do not like snaps or flatpaks for that matter. So, after some disappointing attempts using Debian in the past, I had a new go at it 1-2 years ago and I was positively surprised: Ubuntu without the useless bloat - kind of normal because Ubuntu is based on Debian. For sure the my next PC will be using Debian: efficient, highly configurable, and quite user friendly once you understand it's ways of configuring things.

[–] [email protected] 1 points 9 months ago

I see your point... I use Debian for my self-hosted environment, so having similar system on desktop may save some cognitive load. My main arguments against Debian are (maybe misinformed though):

  • ~~No btrfs support in installer~~ OK, Debian wiki says it's there
  • Major annual upgrades to keep up with stable look more scary than more incremental and frequent updates of Fedora. And using Sid as someone suggested sounds too crazy for main PC

So yeah, looks like it's just upgrades... Gives me something to think about while I'm moving my apps to flatpaks

[–] [email protected] 3 points 9 months ago (1 children)

That still wouldn't answer their dilemma of older versioning of packages, unless they went to Sid.

[–] [email protected] 3 points 9 months ago

Debian stable has newer packages than Ubuntu LTS. Debian has pretty regular releases these days.

[–] [email protected] 1 points 9 months ago

~~arch!endeavouros~~

[–] [email protected] 12 points 9 months ago (1 children)

Why don't you install flatpak on Ubuntu, make the packaging migration before doing the OS migration so you can evaluate your workflow with the new packaging system? Afer you're used and confident with flatpak, backup and restore the flatpak folder into fedora and you transition should be smoother (don't need to worry with 2 stuff at the same time)

[–] [email protected] 2 points 9 months ago

Yeah, looks like migration of flatpaks between OS is easy and makes sense a lot

[–] [email protected] 11 points 9 months ago (1 children)

Plan sounds alright. A couple of notes.

  • Don't forget your passwords and bookmarks stored in browser when doing the copy over.
  • Personally, I'd use Full Disk Encryption (FDE) because it's a default option on the Fedora installer and is more secure, and well-tested, and easier to configure.
  • For your planned installables, I'd keep a list of apps you regularly install in a file somewhere (even better would be a script which installs them all) then when you distro-hop it's easier as you can just change your script for whatever package manager.
  • Some of your apps will store their configuration in your home directory in a dot file, you might be able to copy these over one-by-one for each app.
  • Have you decided on Fedora Workstation or Fedora Silverblue? Each have their merits and demerits, and its worth investigating.
[–] [email protected] 1 points 9 months ago

Thanks!

Bookmarks and passwords are taken care of. And for the apps I'll try to get migrated to flatpaks as many as I can while still on original system.

I also see that full disk encryption is being recommended a lot, and I don't have any solid reasons to encrypt only /home.

I have not given much thought on Silverblue. Is it "flatpak-only"? If so I'll need to go through my apps to see if that could work. And my backup strategy will need to change - I use Duplicacy that is not available as a Flatpak

[–] [email protected] 9 points 9 months ago (6 children)

Honestly, if you like Ubuntu but dislike Snaps, Linux Mint might be a better choice than Fedora if you're not as comfortable with Linux. Mint is basically "Ubuntu without all Canonical's garbage."

[–] [email protected] 7 points 9 months ago (1 children)

I used fedora before I was comfortable with Linux and I didn't have any problems with it.

[–] [email protected] 3 points 9 months ago

I agree with this, Fedora is pretty boring. It's polished and well thought out. Just wait a few weeks before upgrading to new versions, but that goes for pretty much everyone besides Debian stable.

load more comments (5 replies)
[–] [email protected] 8 points 9 months ago* (last edited 9 months ago) (1 children)

Flatpak apps will use the same dotfiles as apps installed via traditional methods, however the storage location will likely be different. Most dotfiles will be contained within their respective flatpak app directory under ~/.var, so you can cherry pick which settings you want to bring over.

[–] [email protected] 2 points 9 months ago

Oh, that's neat! Thanks!

[–] [email protected] 6 points 9 months ago (1 children)

Yes, but if you intend to mainly use flatpak you might want to try fedora Silverblue

[–] [email protected] 3 points 9 months ago

I personally wouldn't recommend that. Its all personal option and there isn't one that's better in a general sense

[–] [email protected] 5 points 9 months ago (2 children)

Are you leaving behind the dotfiles because you don't want to bring over any of your old configuration?

For whatever it's worth, you can remove Snap support from your Ubuntu system. If you want more current software, AppImage and Flatpaks are good for that.

[–] [email protected] 6 points 9 months ago* (last edited 9 months ago) (2 children)

Removing snap is somewhat unwise. Ignoring it is the safe way to go. Ubuntu might ship a system component you're not aware of via snap. If you kill snap support you may end up with a broken system. To avoid headaches, simply ignore snap.

[–] [email protected] 15 points 9 months ago (5 children)

If one dislikes snaps, the even wiser choice is just skipping Ubuntu altogether.

load more comments (5 replies)
[–] [email protected] 1 points 9 months ago

That's what I mostly do now. But it requires some extra work, as some apps are not available in Ubuntu DEB repository. Also, I don't like the approach that Canonical takes, pushing snaps so much

[–] [email protected] 2 points 9 months ago

Well, my original plan was to copy configuration over after I install apos that are not available as flatpaks. Looks like I can copy configuration for those too, just to another location

[–] [email protected] 4 points 9 months ago (3 children)

This has been solved for the most part: https://github.com/popey/unsnap

The few system snaps for things like Gnome updates shouldn't impact performance.

[–] [email protected] 7 points 9 months ago

This makes me think of the tool for windows to remove the bloat.

Just use a distribution that doesn't force snap down your throat.

[–] [email protected] 3 points 9 months ago

Great tool! Funny that after removing snapd all those mounts appear. Afaik a reboot solved this for me, did it on a Ubuntu install already, and everything works fine

[–] [email protected] 1 points 9 months ago

Interesting. It says that the project is in pre-alpha stage... not sure if I would be able to verify the scripts it generates

[–] [email protected] 1 points 9 months ago

Check out Nobara. I've recently moved to Fedora and it skips a lot of the early hassle.

load more comments
view more: next ›