this post was submitted on 08 Aug 2023
135 points (93.0% liked)
Linux
47952 readers
1448 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Debian unstable best for gaming
Debian sid/unstable isn't even a real distro, it is just a staging area for testing. No care is taken to keep packages added to it compatible, that is literally where packages go to achieve that compatibility before they go to Debian testing and/or stable. It does not get security updates either.
You don't need security updates when you are using the latest version of a package. That's the security model that all rolling release distros use. Security comes from upstream development, from devs patching their software as soon as they find vulnerabilities. If this is more or less secure than the Debian Stable approach is up for your use case.
Packages with fixes are often in Debian Security before they are in unstable though because nobody cares about security fixes for unstable. They just update the packages there when they need a new version as part of their regular workflow. It is not like a rolling release distro.
I didn't say it was a rolling release distro. The security model of their packages is one of a rolling release distro but the distribution is unstable, not rolling. The thing I find plainly absurd is to ask a security repo from the unstable branch of a distro, or from a rolling release distro.
I don't know about security updates, but what you just described in the first sentences is literally the definition of an unstable release
No, unstable just means it isn't tested, not that people literally do not pay attention to version constraints when assembling a collection of packages.