this post was submitted on 22 Apr 2024
1 points (100.0% liked)

Fedora Linux

1776 readers
5 users here now

All about Fedora Linux

founded 5 years ago
MODERATORS
 

I've been using Arch as a daily driver for years and love it's customization level, then I realized I just want an OS that works. I need tips, advice, or even warnings before moving.

top 4 comments
sorted by: hot top controversial new old
[–] deadcatbounce@reddthat.com 1 points 1 month ago* (last edited 1 month ago)

I have Fedora Workstation (rpm) as my daily driver and use console ArchLinux on a sdcard for daily backups and rescue etc, so it's in daily use too.

Expect:

  1. Much slower bug fixes and updates. Fedora has an organised new kernel testing weekend, not point updates, before they are released to stable. So the first release of a kernel is .3 or something. Arch releases the new kernel fairly quickly, but not as quickly as it used to!
  2. Bug reports are processed much slower. Same reasons.
  3. Reversing out problem packages is much easier in Fedora. Typically three kernels versions are kept. Arch is much more flimsy but it's getting better over time. It's still my go-to rescue distro because it's 'clean' - there is not much downstream fiddling on the original source code ( like in Debian etc ) and excessive soft-dependency lists. Fedora does introduce some excess dependencies IMHO.
  4. Fedora is more user friendly. dnf options are well documented and the dash-dash long form options exist. dnf seem to be moving to subcommands too. Pacman really is mainly single letter options which are difficult to remember, and I'm always looking at the arch-wiki Rosetta webpage far more than I should.
  5. I haven't installed ArchLinux from scratch for a couple of years, but there's not been a grub2 layer that I can remember. Fedora is still depending on grub long after it was necessary or useful. Things are much slower to change in Fedora. The secure kernel isn't really as advanced on Fedora compared to ArchLinux.
  6. I'm a rolling release fan because 'updating' 2000 packages at once, a la Fedora, seems a recipe for problems. That said, my fears aren't justified: I've only really had one system-upgrade problem with Fedora, and I've been using it since FC4 - not always continuously.
  7. I've always installed Fedora (and other distros) from the base packages not using an installer. This time I've installed SELinux. The miriad complaints I've seen about it are not justified. I had an issue with a change to the Fedora SELinux policy tripping a fail; I was impressed and the solution was offered by the setroubleshooter. A user generated problem (ie me) trying to put a systems unit into the /etc/systemd/system directory puzzled me for a while until I realised what I was doing that it didn't like. Again easily fixed and there are plenty of documents about.

You could probably summarise those as Fedora is corporate run and ArchLinux is user collective.

As I said Fedora is my daily driver and I have tried to operate with ArchLinux as my daily, but it was a while ago and too fragile then. ArchLinux is my thin Rescue distro. I wouldn't be without either.

[–] Guenther_Amanita@feddit.de 0 points 6 months ago* (last edited 6 months ago) (1 children)

I used the "normal" Fedora (Workstation and KDE spin) for years and now moved to the Atomic variants.

Especially uBlue is fucking great, as it is just the default Fedora Atomic with some tweaks and QoL-changes. It basically "just works" ootb and maintains itself.
You can take a look at Bazzite if you're into gaming for example.

It's also very customisable, but you have to learn a different approach.

I personally would give it a chance if I were you, but beware, you have to learn a new workflow

  • You don't install software to the host directly, but with containers, e.g. Distrobox or Flatpak
  • You can still install packages directly if really needed (e.g. drivers), but it is largely not recommended
  • It's pretty much unbreakable
  • And much more.

See my post about it for more information: https://feddit.de/post/8234416

I personally strongly prefer Atomic to the mutable version, but that's my taste. If you prefer the traditional variant, then go for it. In that case, you don't need to know anything particular, it's nothing special :)

[–] iJustGhost@lemmy.ml 0 points 6 months ago* (last edited 6 months ago) (1 children)

You got me excited with this Bazzite, damn I didn't know this thing exist.

[–] Guenther_Amanita@feddit.de 0 points 6 months ago

The cool thing is: you can rebase to any other Fedora Atomic variant if you want with one single command, which feels like a clean reinstall, but you keep your settings and data.

Pretty neat if you want to get the newest rolling release feature from rawhide, then rebase to KDE and then an Ubuntu clone.
You can also make your own images from skratch with the uBlue builder :)