When I read through the release announcements of most Linux distributions, the updates seem repetitive and uninspired—typically featuring little more than a newer kernel, a desktop environment upgrade, and the latest versions of popular applications (which have nothing to do with the distro itself). It feels like there’s a shortage of meaningful innovation, to the point that they tout updates to Firefox or LibreOffice as if they were significant contributions from the distribution itself.
It raises the question: are these distributions doing anything beyond repackaging the latest software? Are they adding any genuinely useful features or applications that differentiate them from one another? And more importantly, should they be?
I think it is a sign the Linux ecosystem is mature, boring is good in software in my opinion.
A boring release is the best kind of release. It means that most of the effort went into stability, compatibility, and bugfixes.
If you want updates to be exciting, install Arch, but only update it once every six months. You can even run bets on which system inroduces some breaking change that forces you to reach into its guts.
For me distro’s role is to repackage things and then test them to check if they work together. Kinda like a premade sandwitch.
Yeah, I’d rather the distro be as boring as possible while the exciting stuff happens upstream.
You seem to be comparing a distro release to a new game release. It’s not. A distro is not always exciting because their top priority is having a working system. This means dealing with all the boring stuff.
It feels like there’s a shortage of meaningful innovation
You can look at this in another way: Linux distros are getting mature
are these distributions doing anything beyond repackaging the latest software?
You’re saying it like packaging the latest software is a trivial task.
typically featuring little more than a newer kernel, a desktop environment upgrade, and the latest versions of popular applications
If you don’t think these are meaningful to you, I don’t know what is.
Try phoronix.com if you want a more cutting edge reporting. They’re quite opinionated, but they’re usually on point about the exciting stuff.
Linux distros are getting mature
I think this is exactly it. Back in the early days of Fedora and Ubuntu a new release often meant major bug fixes, new software, and possibly a significant qol/usability changes and performance changes. Now, its all new versions of stable software, which all behave roughly the same. Which is exactly what you want in a daily driver OS. Stability.
comparing a distro release to a new game release
- pay a LinuxGem each time you open a terminal
- Flatpak is only available as a paid DLC
- use your LinuxGems to purchase randomized LootContainers with a chance of winning a Jellyfin install
It’s kind of in the word distribution, no? Distros package and … distribute software.
Larger distros usually do a quite a bit of kernel work as well, and they often include bugfixes or other changes in their kernel that isn’t in mainline or stable. Enterprise-grade distributions often backport hardware support from newer kernels into their older kernels. But even distros with close-to-latest kernels like Tumbleweed or Fedora do this to a certain extent. This isn’t limited to the kernel and often extends to many other packages.
They also do a lot of (automated) testing, just look at openQA for example. That’s a big part of the reason why Tumbleweed (relatively) rarely breaks. If all they did was collect an up-to-date version of every package they want to ship, it’d probably be permanently broken.
Also, saying they “just” update the desktop environment doesn’t do it justice. DEs like KDE and GNOME are a lot more than just something that draws application windows on your screen. They come with userspace applications and frameworks. They introduce features like vastly improved HDR support (KDE 6.2, usually along with updates to Wayland etc.).
Some of the rolling (Tumbleweed) or more regular (Fedora) releases also push for more technical changes. Fedora dropped X11 by default on their KDE spin with v40, and will likely drop X11 with their default GNOME distro as well, now that GNOME no longer requires it even when running Wayland. Tumbleweed is actively pushing for great systemd-boot support, and while it’s still experimental it’s already in a decent state (not ready for prime time yet though).
Then, distros also integrate packages to work together. A good example of this is the built-in enabled-by-default snapshot system of Tumbleweed (you might’ve figured out that I’m a Tumbleweed user by now): it uses snapper to create btrfs snapshots on every zypper (package manager) system update, and not only can you rollback a running system, you can boot older snapshots directly from the grub2 or systemd-boot bootloader. You can replicate this on pretty much any distro (btrfs support is in the kernel, snapper is made by an openSUSE member but available for other distros etc.), but it’s all integrated and ready to go out of the box. You don’t have to configure your package manager to automatically create snapshots with snapper, the btrfs subvolume layout is already setup for you in a way that makes sense, you don’t have to think about how you want to add these snapshots to your bootloader, etc.
So distros or their authors do a lot and their releases can be exciting in a way, but maybe not all of that excitement is directly user-facing.
I didn’t know systemd-boot loader could boot snapshots. Do you know if there’s a guide to set this up?
I’m not using tumbleweed anymore for a few reasons, but my system does have snapper taking snapshots, and I’m using systemd-boot loader instead of grub. But I don’t know how to make those work together.
Sorry, I don’t know of a guide for other distributions.
Maybe I’m just old, but I thought a distribution is literally just a package delivery basically, just like you speculated. Making software work together nicely is actually already hard enough IMO. I don’t think anything is wrong. Valid question though
I was thinking that exact thing lol. I’m like, yes ‘distributions’ are distributing new softwares with the new kernel.
And the improvement in desktop environments does feel like a good improvement considering the user is interacting most with it.
Or maybe I’m just apathetic to these things because most things I care about my distribution are that it provides me a good package manager for external and self made programs. And everything else is just programs installed through said package manager.