this post was submitted on 19 Oct 2025
162 points (98.2% liked)

Linux

59165 readers
687 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 6 years ago
MODERATORS
 

Hello everyone, lately I got really into Linux. I installed it in every machine I have, but I still had to try Arch. From what people were saying online I thought that it was going to be a hard and impossible task. So I bought a Thinkpad for a hundred euros (x260 if you're wondering) and I followed a guide on how to install Arch. I thought I was going to be using the terminal all the time, and had to type everything. No black screen of death, no prompt saying "Are you awake?" Matrix style, the pc didn't breack, reality didn't bend and just following simply the guide I had Arch running in fifhteen-twenty minutes no problem. Only the Network Manager wasn't on were I rebooted after installation but it took five minutes to search online how to fix it. Everything works: bluetooth, internet, apps and so on. I could leave it as it is and I could just use it as any other pc. So all I'm saying is that I'm having a great time with Linux distros, the pain to learn how install repository and other things is really worth it. Every time I learn something more about my computer puts me more in control. So thank you Linux and its community.

you are viewing a single comment's thread
view the rest of the comments
[–] LeFantome@programming.dev 1 points 1 day ago

The problem is that “stable” means two different things in Linux.

It can mean “reliable” as in it does not crash. I think that is what most of us think of.

However, It more often mean “static” or “unchanging”.

Take Debian Stable. It is “stable” because the software versions rarely change outside of security updates. This does not mean it does not crash. It does not mean it does not have bugs. It means you can depend on it to behave tomorrow like it does today. Design problem not the software installed? They are not getting fixed. As an example, you will see that the people saying Wayland does not work are almost always Debian users because they are using software from 2 - 3 years ago. Debian 13 has improved things but the NVIDIA drivers are from 2 years ago even now. And if KDE has fixed a lot of bugs, that does not mean Debian gets those updates.

Arch on the other hand updates its packages constantly to the latest to very recent versions. The behaviour of your Arch system changes all the time as new versions of software are installed. You may like this or you may not but this is “unstable” using Debian’s definition.

From the point of view of robustness, Arch users often have a better experience than Debian users. Things more often “just work” due either to new features or because issues have been resolved in recent versions. Rapidly developing software, let’s take Wayland or NVIDIA again, will often work dramatically better on Arch. However, every update has the potential to break something. And so, on Arch, you are certainly more likely to encounter breakage. Often these problems are very short-lived with fixes appearing quickly. This means that, even if something did break, many Arch users will not even know.

Anyway, this is my take Arch vs Debian:

  • Arch is more “robust” (fewer problems on a typical day)
  • Arch is very reliable but less reliable than Debian (updates rarely break but they can)
  • Arch behaviour changes much more often (more features sooner but also more learning required and occasionally features lost or “get worse”)

So, it all depends on what we mean by stable