19
submitted 1 year ago by Joseph_Boom@feddit.it to c/linux@lemmy.ml

Maybe what I'm looking for is the holy grail, but what do you guys suggest as a Distro with a good balance between stability and up-to-date packages?

top 50 comments
sorted by: hot top controversial new old
[-] Joseph_Boom@feddit.it 6 points 1 year ago

Thanks to everyone who commented. After all the suggestions I'm still a bit uncertain on which distro I will use, but now I have basically 2 distro in my mind: Debian and OpenSuse. I will do my researches. Thanks again to everyone, this community really rocks.

[-] Genrawir@social.fossware.space 6 points 1 year ago

Fedora is more up to date than Ubuntu, and quite stable. Of course, depending on the exact packages you're looking for the answer might change.

[-] southernwolf@pawb.social 6 points 1 year ago

OpenSuse Tumbleweed is a great choice for a rolling-release distro that is also really stable too.

[-] zotn@lemmy.world 4 points 1 year ago

I second OpenSuse Tumbleweed, only switched back to it after 7+ years and it's been great so far, no packages broke after update so far.

[-] MyNameIsRichard@lemmy.ml 5 points 1 year ago

openSUSE Tumbleweed. It's not stable as in unchanging but it is stable as in reliable.

[-] suspectum@lemmy.ml 3 points 1 year ago

After many years on Ubuntu I switched to a Tumbleweed and couldn't be happier. Apparently a rolling distro can be more reliable than a traditional point-release one.

[-] JRepin@lemmy.ml 1 points 1 year ago* (last edited 1 year ago)

+1 openSUSE Tumbleweed is my favourite here too.

[-] blackstripes@lemmy.world 1 points 1 year ago

Having tried many over the years, there is truly nothing as good as Tumbleweed.

[-] dnzm@lemmy.ml 1 points 1 year ago

+1 for Tumbleweed, it works so incredibly well. In the very rare case where an update doesn't work out for you, you can easily roll back to a previous btrfs snapshot.

Fedora is quite nice, too, but I've come to prefer rolling distros over a release based one.

Kalpa / Aeon might be interesting, too, if your use case fits an immutable distro.

[-] the16bitgamer@lemmy.world 5 points 1 year ago

From my personal experience you would want either Fedora or Arch Linux that's not Manjaro (not b/c Manjaro unstable, but because it can become it if you use aur with their delayed package release).

I found Fedora to be my cup of tea for gaming though it is about 2 months behind arch in terms of packages.

Whereas Arch is relies more on the terminal to download, and update packages. EndeavorOS is a good distro to try for this, but it wasn't my cup of tea especially on my laptop.

[-] abrasiveteapot@sh.itjust.works 1 points 1 year ago

Fwiw I use BAUH on Arch as a graphical package updater which normally works well. Paru is easy to use on the cli

[-] somegeek@programming.dev 4 points 1 year ago

debian unstable or opensuse and flatpaks

[-] fbartels@lemmy.one 3 points 1 year ago

In the end you could use any distro which desktop you like (which could be Debian stable, or something immutable) and then get your applications from the latest and greatest with Distrobox

[-] Joseph_Boom@feddit.it 1 points 1 year ago

Thanks, it seems a really insteresting project

[-] octalfudge@lemmy.world 3 points 1 year ago

I feel like something like Fedora fits the bill: great, reliable, well-maintained repositories, decently updated kernels, yet never faced any major issues, and access to quite updated packages. Only issue is Red Hat caused a stir recently, though I still believe Red Hat does more good than bad in the open source community.

[-] rodneyck@lemmy.world 0 points 1 year ago

Red Hat is a corporation, putting dollars first. Not to mention Fedora is now starting to 'trample on user's privacy with telemetry integration.'

Some are making the case that Fedora's new telemetry integration isn't like the bad telemetry like Google and others, it is 'anonymised.' Every corporation says this before they remove the username from the data collected and keep the unique user id. I don't trust Red Hat..and now with this latest reveal, Fedora either. And privacy is all about trust.

[-] NoRecognition84@lemmy.world 2 points 1 year ago

Some are making the case that Fedora’s new telemetry integration isn’t like the bad telemetry like Google and others, it is ‘anonymised.’ Every corporation says this before they remove the username from the data collected and keep the unique user id. I don’t trust Red Hat…and now with this latest reveal, Fedora either. And privacy is all about trust.

Please stop with the FUD about the Fedora telemetry. It is opt-in and is no different than popularity-contest on Debian.

[-] DigDoug@lemmy.world 3 points 1 year ago

This really depends on your definition of "stability".

The technical definition is "software packages don't change very often". This is what makes Debian a "stable" distro, and Arch an "unstable" one.

The more colloquial definition of "stability" is "doesn't break very often", which is what people usually mean when they ask for "stable" distributions. The main problem with recommending a distro like this, is that it's going to depend on you as a user, and also on your hardware.

I, personally, have used Arch for about 5 years now, and it's only ever broken because I've done something stupid. I stopped doing stupid things, and Arch hasn't broken since. However, I've also spoken to a few people who have had Arch break on them, but 9 times out of 10, they point to the Nvidia driver as the culprit, so it seems you'll have a better time if you have an AMD GPU, for example.

[-] hymenopterror@lemmy.world 3 points 1 year ago

I have been using Gentoo exclusively on my desktop and ThinkPad for 7 months now and I reeeaaally like it. It's a rolling release distro but you're able to set your system to only use versions of packages marked as stable by default, then using a simple config file you can select which packages you want the newest, bleeding edge versions for. This allows you to have a customizable blend of stability and newness. With Gentoo, the package manager does have to compile your packages from source, but a lot of big packages (like Firefox or the kernel) have binary options as well, and with modern hardware most packages don't take very long to compile.

[-] avidamoeba@lemmy.ca 3 points 1 year ago* (last edited 1 year ago)

Just like the holy grail, a stable and up-to-date distro doesn't exist. Stability and recency of software typically constitute a tradeoff. Human software developers produce some number of bugs per line of code. Unless all changes made to a piece of software are bug fixes, new changes mean new bugs, almost invariably. Therefore the only way to stop the increase of bugs in a piece of software is to stop the changes to it or only do changes that address bugs. In the context of distros, a stable one is a distro where the number of bugs stays constant or decreases over time. This is how Debian, Ubuntu and every other distro that locks its software versions for a certain release work. After a release is out, only bug fix changes are permitted, with some special exceptions. The idea that there are multiple types of stability is a bit of a false narrative. Adding features, adds lines of code, which increases the number of defects. This is a fundamental fact of software engineering that's actively managed during the development cycle of most software. A collection of software like a rolling Linux distro that receives a constant stream of new features may feel bug-free to specific users, however that is typically a coincidence. Just because those X number of people didn't hit any significant defects during their usage, doesn't mean that you won't. This is true for every distro, however stable distros generally have an ever-decreasing number of bugs over their lifespan. In addition, bugs that are never fixed can be documented, workarounded and the workarounds will keep working for the lifespan of the release because there are no changes.

With all of that out of the way I hope it's clearer why there's a tradeoff between stability and recency of software in distros. There are various strategies to have a bit of both and they typically revolve around letting the bits you want be recent, while keeping everything else stable. These days the easiest and most foolproof way to get new software is via Flatpak or Snap.

You could of course abandon stability and go for recency via some rolling release distro and see if you step on any significant bugs. Maybe you won't and you'll be happy with that. Many people are.

As a personal and professional Linux user that lives with and maintains a significant number of machines, I typically go for a stable base like Debian or Ubuntu LTS and update only the software I need via Flatpak, Snap and Docker. I no longer use PPAs. This provides a great balance between stability and recency. But that's just me.

[-] mfat@lemdro.id 3 points 1 year ago

Fedora. Switched after years of Ubuntu and never looked back.

[-] Raphael@lemmy.world 2 points 1 year ago

The holy grail, stable and up-to-date, it exists, it's called Debian with Flatpaks.

Install Debian. Avoid doing any changes to your package selection, try to get things from flatpaks.

[-] RegalPotoo@lemmy.world 1 points 1 year ago

This is my preferred way off doing things, but trying to glue VSCode + Android Studio + the Flutter SDK + Docker + ... together via Flatpack was an exercise in pain and sadness last time I tried it.

Getting all my normal boring desktop apps via Flatpack is awesome, but for a developer it just doesn't seem practical right now

[-] priapus@sh.itjust.works 1 points 1 year ago

If you're a developer and want a stable distro you'll need a way to have up to date dev environments. I would use Nix or containers.

load more comments (6 replies)
[-] space_of_eights@lemmy.ml 2 points 1 year ago

What is your definition of stability? I have used Arch for about ten years without any major breakage, but sometimes you do have to do some manual tinkering if a package stops working. So it's stable enough for me, but maybe not for others. Since it is a rolling release, packages are generally being updated quite rapidly.

I think that any modern rolling release distro would fit the bill though.

This here! I actually have had really good luck using Arch. I've been running it for only a month now and I make certain to patch/update once a week. Thus far it has not left me stranded. I think Arch is underrated as an OS.

[-] aksdb@feddit.de 1 points 1 year ago

I think Arch is underrated as an OS.

I don't think Arch is anywhere near "underrated". The "I use Arch, btw" meme didn't come out of nowhere. A lot of distros are based on Arch too. Even SteamOS (so the Steam Deck is essentially powered by Arch).

In that regard: yes, Arch is awesome. I use it, btw.

[-] what@discuss.tchncs.de 0 points 1 year ago

You will only notice the downside of a rolling release distribution when using it for years. Large breaking changes might unexpectedly be applied to your system, instead of at fixed points in time like with other distributions.

load more comments (1 replies)
[-] eyolf@lemmy.world 1 points 1 year ago

I didn't think I would ever say this, but: arch isn't always the answer. True: the last time the entire system broke on me was in 2006'ish, but I can't count the times certain apps have stopped working or some python upgrade messes up things. Sure: that's the price of rolling release and AUR, and I wouldn't be without it, but it's a thing one has to learn to live with, and a thing that makes 'arch' the wrong answer to this particular question.

[-] xbreak@lemmy.ml 1 points 1 year ago

NixOS would fit the bill if you're not afraid of something different. With Nix it's trivial to cherry pick from unstable channel if you still want a stable base.

[-] lloram239@feddit.de -1 points 1 year ago

It gets close, but NixOS doesn't have LTS releases yet, so you'll still be updating at least every six months. Combining the Nix package manager with a Debian stable or Ubuntu LTS might be an option, that gives you a stable base and a few up to date packages on top. However integrating the Nix packages with Debian can get tricky when it comes to core packages such as window manager or DE.

[-] Lanthanae@lemmy.blahaj.zone 0 points 1 year ago

Is this not solved by using the "unstable" nixpkgs channel or is that something different?

I'm a NixOS newbie and still learning a lot about it haha

[-] lloram239@feddit.de -1 points 1 year ago

The NixOS unstable channel allows you to get the new packages, but what OP wants is also a stable system and NixOS doesn't really offer. NixOS has new releases every six months and only provides security updates for one month after a new release is out. So you'll be updating pretty frequently and things do break in those updates pretty frequently.

Ubuntu LTS in contrast promises security updates for up to 10 years and they have LTS releases every 2 years. So you can basically install it once and forget about it. The downside is that Ubuntu has no way to install new software on the old system by itself, which is why a mix of Ubuntu LTS and Nix might be worth a consideration in some situations, that gives you both a stable base and bleeding edge software.

[-] shotgun_crab@lemmy.world 1 points 1 year ago

openSUSE and Fedora

[-] words_number@programming.dev 1 points 1 year ago

Debian testing (more up to date than ubuntu, rolling release, much more stable than the name suggests, truly free as in freedom)

[-] Nibodhika@lemmy.world 1 points 1 year ago

By definition that's impossible, stable means packages don't get updated, so their version is stable. If you meant stability outside of the Linux world, as in "doesn't break" then most rolling release would fit, personally I use Manjaro, and have used Arch and Gentoo in the past, Tumbleweed is also a good option that others have recommended.

[-] ProgrammerHero@programming.dev 0 points 1 year ago

Manjaro OS is stable and gives upto date packages seems this should meet your requirements.

[-] IncidentalIncidence@feddit.de 1 points 1 year ago

I use manjaro, but it isn't what I would call stable.

[-] Zangoose@lemmy.one 1 points 1 year ago

Manjaro's delayed package system can actually make things less stable if you use AUR. I'd recommend EndeavourOS for that experience, it's very similar to Manjaro but in my experience hasn't broken as much

[-] anonlavey@lemmy.ml 0 points 1 year ago

My vote goes to KDE Neon. Or Pop OS but I really like Neon! I tried using Manjaro with KDE for a few months but it's just nowhere near as simple as Debian based distros. Never realized how convenient .deb packages were until I couldn't use them lol

[-] youslashuser@lemmy.world 1 points 1 year ago
[-] anonlavey@lemmy.ml 1 points 1 year ago

I did for a while and I got some stuff to run pretty easily! I actually really liked the way pamac and pacman work but then I started getting a bunch of errors about a corrupt database. I found a way to fix it for pacman but pamac was still broken and I could not for the life of me figure out how to fix it so I took the noob route and ran back to Debian lol

[-] notavote@lemmy.world -1 points 1 year ago

Gentoo, obviously.

I use it since it works. But it also has up to date packages. Number of times I tried moving away from it and it is just not possible.

I use Mint on side-desktop (one with graphic card I use for gaming and deep learning) and while it is easy to use it also has old software, python is stuck on 3.7 or 3.8 so it is becoming unusable even.

Will gentoo give you some problems? Probably, but those are always solvable and you will spend less time on other stuff.

[-] lengsel@latte.isnot.coffee -1 points 1 year ago

Devuan testing branch.

this post was submitted on 08 Jul 2023
19 points (100.0% liked)

Linux

47355 readers
1278 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