this post was submitted on 07 Jul 2026
338 points (99.4% liked)

Linux

66364 readers
477 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 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] RIotingPacifist@lemmy.world 1 points 5 days ago (1 children)

laud Debian for its stability, but you can easily break it with one wrong command.

Well because that's not the stability release schedules are talking about

[–] Ephera@lemmy.ml 1 points 5 days ago (1 children)

Yeah, but that's exactly the meme that I'm talking about.

It's always ambiguous what is meant by stability. And as soon as you complain about Debian actually breaking very easily, folks will readily tell you about the technicality that it just means it doesn't change very often.

[–] RIotingPacifist@lemmy.world 3 points 5 days ago (1 children)

It's not really ambiguous at all.

A stable distro is one that doesn't update packages except for security updates within the lifecycle of a release.

You can install debian 13 on release day in 2025 and when it gets deprecated in 2030 it will be functionally the same.

A byproduct of that is that apt updates are very unlikely to break anything.

None of that changes that you can run sudo apt remove dpkg or rm -rf / or dd in=/dev/zero of=/dev/sda1 (this one might actually work).

But for your average desktop users it means you don't boot up your laptop and have to learn how to use libreoffice 26's new UI on the day you need to finish an assignment.

[–] Ephera@lemmy.ml 1 points 1 day ago

Well, in hopes that you're not just trolling, maybe you'll believe a dictionary that "stable" is ambiguous in this context. Because this is one of the listed meanings:

(computing) Of software: established to be relatively free of bugs, as opposed to a beta version.

https://en.wiktionary.org/wiki/stable#Adjective

It also lists your meaning. I'm not saying that you're wrong. I'm saying it's ambiguous, i.e. there's two meanings that could apply here.
Well, and personally, I do feel like more people will interpret "stable" to mean bug-free here, because Debian is a piece of software to them.