this post was submitted on 11 Oct 2024
85 points (81.5% liked)

Linux

47744 readers
925 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
 

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?

(page 2) 28 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 5 days ago* (last edited 5 days ago)

the deployed architecture of linux is still evolving right now and there are lots of distros experimenting with different approaches

  • how the basic core OS is structured - immutability, A/B partitions, versioned rollback
  • how third party applications are executed - containerization, compatibilty, virtualization, bare metal
  • how software is updated and stored - package management (apt, pacman, nix, flatpak)

i'm sure i've missed other features of new linux distros. this is all really important stuff but has nothing to do with the apps you actually use day to day

[–] [email protected] 60 points 6 days ago (2 children)

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.

[–] [email protected] 29 points 5 days ago

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.

load more comments (1 replies)
[–] [email protected] 14 points 6 days ago* (last edited 4 days ago)

A distro is composed of:

  • an installer
  • base system (bootloader, filesystems, service runner, DE, basic apps, settings)
  • packet manager and packaged software
  • an updater between releases

The biggest things you notice are updated packages. Many of the base-system differences aren't even pushed to updated installations. Most of what the user sees as °the os° is the DE anyway.

[–] [email protected] 27 points 6 days ago

Honestly, when you say

are these distributions doing anything beyond repackaging the latest software?

— I have to wonder what you think is so trivial about keeping your system current with latest bug fixes and security updates?

I don't need or want a distro to radically reinvent itself with every release. I had enough of that fuckery with Windows, way back when — incidentally, also a direct reason I quit that OS. And seeing "big changes" like Ubuntu deciding to functionally deprecate deb packages is... unappealing to me as well.

There are probably sexier updates going on in DEs, but (insofar as a distro isn't wedded to one particular desktop environment) I'm fine to let them hog that glamour.

[–] [email protected] 4 points 6 days ago (1 children)

The role of a distribution is to curate packages - select the right combination of versions and verify if it works together. Providing package repositories is also a big one, imagine if you had to compile everything on your machine yourself on every update (khm gentoo khm).

Other than that there isn't really a lot of space for innovation. After you have a kernel, some base packages, package manager, and maybe a DE, you can install everything else yourself.
The main point of differentiation these days in on the package management side - do you want a rolling release, or a more conservative approach.

There is one point of innovation left, but it highly technical and somewhat risky for everyday users - libc alternatives. The C standard library is one of the few core packages in a distro that can't really be replaced by the user.

[–] [email protected] 1 points 5 days ago (2 children)

There is one point of innovation left, but it highly technical and somewhat risky for everyday users - libc alternatives. The C standard library is one of the few core packages in a distro that can’t really be replaced by the user.

Why would that be innovation? libc is stable and ubiquitous. Ironically, Gentoo would probably pull it off but it's not for the distros to do, but rather upstream.

load more comments (2 replies)
[–] [email protected] 3 points 6 days ago (1 children)

I think distros at least do some stuff beyond repackaging the latest software, namely default configurations (or lack thereof).

For instance, technically Debian has the packages to do SELinux, but it's Fedora (and OpenSUSE, I think?) that actually come out the box with them.

They are also continually improving, if slowly, their package managers to improve the experience of sourcing new software, as seen with work on apt and dnf.

You are right overall that new distro releases have little meaning any more. If anything, I think they are a good method for managing the upgrades to new software; when a release comes out, breakages can be addresses all at once and solved for a couple of years, whereas rolling release requires a person to be vigilant and repair breakages more often. That is not to pan rolling - I use Debian Testing on my desktop. As much as I like newer software, though, I am thinking of staying on Trixie after it becomes stable, as I get tired of applying updates all the time and then something breaking that is incredible difficult to diagnose.

[–] [email protected] 3 points 5 days ago

For instance, technically Debian has the packages to do SELinux, but it’s Fedora (and OpenSUSE, I think?) that actually come out the box with them.

Debian still has to ensure SELinux works if and when the user decides to install it.

[–] [email protected] 2 points 6 days ago

No. Kubuntu now has a non-broken KDE Plasma. Fedora 41 has a slightly improved Plasma 6. CentOS Stream 10 with EPEL 10 will have Plasma 6 too, which is a huge step in "being something I could consider switching to".

[–] [email protected] 1 points 6 days ago* (last edited 6 days ago)

no*, no, and no.

*not the ones i'm interested in using.

[–] [email protected] 8 points 6 days ago (3 children)

a shortage of meaningful innovation

Well... a distribution IS a selection of packages and a way to keep them working together. Arguably the "only" innovation in that context is HOW to do that and WHICH packages to rely on. For the first, the "latest" real change could be considered immutable distributions, as on the SteamDeck, and declarative setup, e.g. NixOS. For the second... well I don't actually know if anybody is doing that, maybe things like PrimTux for kids at schools in France?

Anyway, I agree but I think it's tricky to be innovative there so let me flip the question, what would YOU expect from an innovative distribution?

load more comments (3 replies)
[–] [email protected] 2 points 6 days ago

This reminds me of Rob Pikes paper from the year 2000.
http://doc.cat-v.org/bell_labs/utah2000/utah2000.html

[–] [email protected] 17 points 6 days ago* (last edited 6 days ago)

Since adopting a Flatpak and containerized workflow, the choice of distribution matters a lot less to me now than it did 10 years ago.

The majority of apps that I use everyday can be run from any host. And I can install fedora, arch, debian, or whatever I want as a container, whenever I want it, without any thought to my host system.

Ideally, Flatpak's UX will continue to improve, and upstream app devs will continue to adopt it as an official support channel, which will improve overall security and confidence of the platform. Image-based, atomic distros will be further streamlined, allowing for even more easily interchangeable host images. At that point, traditional distros will be little more than an opinionated collection of command line tools and programming environments.

[–] [email protected] 10 points 6 days ago* (last edited 6 days ago) (1 children)

Since I started using the Nix package manager and switched to NixOS, the notion of a “Linux distribution” faded into little more than “A bootloader + the Linux kernel + some userspace programs”.

https://lemmy.hacktheplanet.be/pictrs/image/c6430d79-204f-44ad-b2e9-1e0547332437.jpeg

[–] [email protected] 6 points 6 days ago

The same happens with any of the new immutable distributions. It's just less effort as you do not need to do the nix configuration dance anymore.

[–] [email protected] 73 points 6 days ago

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.

[–] [email protected] 5 points 6 days ago

I mean that is kinda the point of a distro. If they’re good the work gets merged upstream and benefits everyone. They collate and bug test and conflict resolve (It’s more involved than that, but for the sake of simplicity)

[–] [email protected] 7 points 6 days ago

I guess if you want exciting new features you can just switch to a different distro nowadays or add them yourself. Why should distros add more stuff making them bloated or change stuff turning users away that like how things are currently? For general use you really don't need a lot of fancy new stuff.

[–] [email protected] 21 points 6 days ago (1 children)

Some of them add bugs disguised as features, like Ubuntu’s snap

[–] [email protected] 1 points 6 days ago (1 children)
load more comments (1 replies)
[–] [email protected] 104 points 6 days ago (1 children)

For me distro's role is to repackage things and then test them to check if they work together. Kinda like a premade sandwitch.

[–] [email protected] 35 points 5 days ago

Yeah, I'd rather the distro be as boring as possible while the exciting stuff happens upstream.

[–] [email protected] 2 points 6 days ago (1 children)

they shouldn't. everything should be rolling.

[–] [email protected] 18 points 6 days ago (1 children)

Server admins across the world now consider you a threat.

[–] [email protected] 7 points 6 days ago (1 children)
[–] [email protected] 14 points 6 days ago (1 children)

sundray is not in the sudoers file. this incident will be reported.

[–] [email protected] 5 points 6 days ago
load more comments
view more: ‹ prev next ›