this post was submitted on 15 Dec 2024
278 points (95.4% liked)
linuxmemes
21570 readers
711 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is void a distro?
Yes. Independent, rolling, stable.
Huh?
Yep, believe it or not, it's probably the most stable rolling release distro out there. I've used it for the past 4, 5 years or so, not once has it broken.
There are 2 main reasons why this is. One, they don't roll with bleeding edge, they opt for stable, so cutting edge is more like it. And two, they don't have something like the AUR. There is only the main repo and that's it. The approval process for new packages is quite strict and it has to fulfil a lot of requirements, among which the software has to not just build, but also run on i686, x86_64, ARMv5/6/7 and ARM64. And not just on glibc, but also on musl. So basically, all that, times 2. Sometimes it may take up to a year to get new packages approved by the maintainers, depending on how big the package is and how integrated in the system it is.
The word "stable" usually means unchanging through a release. I.e. functionality of one release is the same if you stay in that release even if you update (security and bug fixes mostly). The experience of the system not doing anything unexpected like crashing is reliability. A rolling distro is by that definition not stable, but it can be more or less bug free and crash free.
No, it doesn't the only unchanging distro is debian, and they do it mostly out of resourse constraints not because it is a good idea. Like the only lts package that debian does update is linux kernel. Everything else is patched for vulnerabilities at best, left to rot as stable as a rule.
A bold claim. RHEL updates are mostly security patches, are they doing that due to lack of resources too? Is it that hard to imagine that enterprise distros don't want surprises from changing functionality?
Let's be real, RHEL and Debian aren't even close on what and how they give you. Better not compare them because it wouldn't be a comparison. They mostly do security patches but when needed they actually backport features, they support every version far longer, they don't ship packages that were outdated 20 years ago because no one can support their aging infrastructure, they actually rewritten absolute majority of oldie initscripts so you don't need to remember how to disable an init script for a given run level, and so on.
After years of rhel moving to debian was like moving ten years in the past and to a very poor neighbourhood. Sorry if it offends you.
Edit: Anyway what I actually wanted to say in the previous post most enterprise distros aren't religios about it, like debian is.
Yes, you are correct, reliable is the term needed there 👍.