this post was submitted on 25 Dec 2023
239 points (95.8% liked)

Linux

47337 readers
1120 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
 

I've been using Linux Mint since forever. I've never felt a reason to change. But I'm interested in what persuaded others to move.

you are viewing a single comment's thread
view the rest of the comments
[–] woelkchen@lemmy.world 13 points 8 months ago (1 children)

just can’t handle the responsibility of updating packages every single day

Then don't. You can just as well choose to update once per week or whenever.

[–] Ramin_HAL9001@lemmy.ml 1 points 8 months ago (1 children)

Every day is something of an exaggeration, but if you don't keep a rolling release up-to-date regularly (like once a week), packages start to break. And this gets to be a problem, especially if I don't keep a computer always on, or if I keep postponing updates because my laptop is not connected to the Internet at the schedule time. There are a dozens reasons why I miss regular updates, but the point is, it should not bork my system if I do miss updates for a while.

[–] woelkchen@lemmy.world 1 points 8 months ago (1 children)

if you don’t keep a rolling release up-to-date regularly (like once a week), packages start to break.

Those are packaging bugs then. With proper packaging everything updates seamslessly. Outside of SteamOS I'm not a user of Arch-derived distributions but I am a user of openSUSE TW which is a rolling release and I have one old notebook for a specific task I need to do maybe twice a year and updating was never a problem and installing a package triggers updating all affected dependencies.

[–] Ramin_HAL9001@lemmy.ml 1 points 8 months ago

Now I can see why people like openSUSE.

Yeah, I have definitely run across lots of Arch packaging bugs. They seem to give up making packages backward compatible after some length of time, that or their testing procedures are not as thorough as that of openSUSE. It is understandable, making a rolling release backward compatible for long periods of time can be fairly challenging. Although Nix OS and Guix OS have solved this problem.