this post was submitted on 04 Sep 2026
90 points (88.8% liked)
Linux
67430 readers
108 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You're coming into a discussion about two different linux release models misunderstanding both their established terminology and their purposes, and then claiming one of them is "bad" because you tried to use Debian in a way it wasn't intended to be used.
I didn't claim anything is bad, anywhere.
Also I didn't "try to use Debian in a way it wasn't inteded to be used". I am using debian on 90% of my servers/vms/containers to this day. Have been for literally decades. To give a specific example: I was running a nextcloud, which required PHP, and wanted to update that. The newer version reuqired a higher PHP version, because the currently installed PHP version was EoL and not supported anymore (by PHP maintainers or Nextcloud). So updating required removing the debian-provided PHP version and installing one from other sources (external repo or compile from source), which honestly defeats the point of a "stable" distribution if the software provided is EoL, doesn't it?
And to be clear this is just one example I can specifically remember. The "issues" I encouter when using debian are usually of that general type. And to be clear, that's mostly the point of using it on a server, where I use it, but even there it sometimes goes a bit too far.
And finally: I was originally arguing the semantics of calling debian stable and arch UNstable, which it is not. It is rolling, it might be bleeding edge. It's also isn't the same as having a stable and unstable release branch (within the same distro) when applying the label to the most stable release of different distros.
Again, the point of a stable release model is that its packaged software doesn't have breaking changes for the lifetime of the release. Install something from those repos and it's guaranteed to run in the same way for the full lifecycle while still getting minor and security updates. So if the software you're externally layering on top of that suddenly requires new dependencies that you have to install externally too, and you don't like that, that's more a problem based on a misunderstanding of Debian than a problem with Debian.