563
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 17 Feb 2025
563 points (84.4% liked)
Linux
50249 readers
1381 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
To me, every distro that seriously requires you to read through all changelogs before updating is BS, and it doesn't solve a basic problem. No one in their sane mind will do this, and the system will break.
That's why, while I respect the upstream Arch, I'd say you should be insane for running it and trying to make things stable, and mocking people for not reading the changelogs is missing the point entirely. Even the best of us failed.
Arch is entirely about "move fast and break stuff".
Arch doesn't require you to "read through all changelogs". It only requires that you check the news. News posts are rare, their text is short, and not all news posts are about you needing to do something to upgrade the system. Additionally, pacman wrappers like
paru
check the news automatically and print them to the terminal before upgrading the system. So it's not like you have to even remember it and open a browser to do it.No, it's not. None of the things that make Arch hard for newbies have to do anything with the bleeding edge aspect of Arch. Arch does not assume your use case and will leave it up to you to do stuff like edit the default configuration and enable a service. In case of errors or potential breakage you get an error or a warning and you deal with it as you see fit. These design choices have nothing to do with "moving fast". It's all about simplicity and a diy approach to setting up a system.
It is not as overwhelming as you make it sounds, you don't need to read the whole changelog every time you update just check Arch news page and they state any manual action an update might need. I run arch since like 1 y and I almost never had to do such manual actions. You can see on archlinux.org news it's not that bad although I can totally see why it is not suitable for most people
Is there anyone here remember Gentoo and the merge/split
/usr
period?Gentoo developers are kind and super helpful that they put out any important notice after you pull upgrades to your system. Run
eselect news read
to know what the breaking change is going to be, and carefully perform the required actions one by one. It's a great distro made by great fellas.I don't mind there is breaking change at all. I do mind that you don't tell me about it.
Yeah, Gentoo puts serious emphasis on that, I have to give them a credit. I liked it.
But yeah, I'd rather not have breaking changes in the first place.
I subscribe to the arch news letter, and they email me about potentially breaking changes like 4 times a year. Usually I don't have to do anything about them but it's good to be aware of, just in case.