this post was submitted on 17 Mar 2024
5 points (66.7% liked)

Linux

46679 readers
1742 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
 

Distributions like RHEL and Debian freeze packages, you will have to use old package when the newer is available. I think these distributions is just for highly mission-critical system, they have to run software smoothly, no breakage. Most personal computer don't need that stability.

Can anyone explain more about what a stable distributions mean?

you are viewing a single comment's thread
view the rest of the comments
[–] muhyb@programming.dev 2 points 5 months ago

Stable and LTS (Long Term Support) are different things. Both Debian and Arch Linux are stable distros while only Debian is an LTS distro in this context. Both have an unstable releases as well. Stable means no breakage is expected, however in some cases it can happen with cutting-edge software. You don't see this in LTS distros.

Also it's the other way. Most personal computers don't need cutting-edge software. LTS distros are more than enough for most people.