Original question by @atmorous@lemmy.world
What Distros do you want to shoutout and why you think they are doing well/are the best at what they do?
I am curious what is out there and have only had some experience with Linux Mint, SteamOS, and Pop!_OS
Arch seems so interesting because you install the system component by component in the command line but I’ve heard it has poor long term stability. Is there a distro that’s like Arch for installation but more stable?
I’ll mirror what others have said. Arch is the most stable distro I’ve ever used over the long term. Even with heavy AUR use, I’ve been rocking the same installation for over a decade on one of my computers.
Big thing that people don’t understand about Arch is that AUR is not part of distribution itself and package recipes there will break and mainteiners will go missing and arch won’t care about them breaking.
Arch is extremely stable if you can read (this is not a joke). As in before doing system upgrade visit news and check if there is a need for manual steps during upgrade, you’llneed ro do something once or twice a year. And you actually need to read wiki and manual pages before doing things you aren’t sure about.
As for manual step-by-step install, you can do it with almost any distro. For example you can partition disk, mount everything and install core packages using
dnf --installroot=...
from fedora live, same idea with debian based distros.What do you mean by poor long term stability? It’s a rolling release. I run the same installation for basically forever, while fixed releases’ life-time is measured in just a few years before you lose support and need to do a full distro upgrade… which rarely seems to work without problems.
PS: I just looked it up. The first date in my pacman log in from 2014…
Relatively speaking, sure. But I’d argue this is by design. Basically, every ‘modern’ distro is trying to solve the problem that come with updates on an ‘open’/‘free’ operating system. The solution they come up with essentially dictates a huge part of the identity of the distro. As I’ve noted elsewhere, these include the following:
And, of course, we shouldn’t forget to mention Arch’s approach; lay the responsibility on the user 😅. So, Arch ‘breaking’/‘borking’ after an update is a user error. Which other distro can tout such an impressive entry in their documentation for system maintenance?
To be fair, this makes total sense. The user can basically build their system from scratch. So…, why wouldn’t they be capable to come up with their solution to the above problem? Besides, the ArchWiki continues to be a guiding light whatever solution they’d like to adopt: be it ‘freezing’ the kernel, or using better tested software, perhaps setting up Snapper for rollbacks etc…
Gentoo
EndeavorOS provides a GUI installer with what’s considered “sensible” add-ons included.
It’s where I am now. I started with Mint, played with Debian some, now “Arch”-ish.
It’s been good to me.
Endeavour OS is lovely. I’m enjoying it
Kinda same for me. I run EndeavourOS on my personal machine and Mint for work. Been pretty happy with that arrangement, though the Arch ecosystem took some adjusting to.