this post was submitted on 03 Dec 2025
43 points (93.9% liked)

Linux

60937 readers
653 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
 

What exactly is the point of rolling release? My pc (well, the cpu) is 15 years old, I dont need bleeding edge updates. Or is it for security ?

you are viewing a single comment's thread
view the rest of the comments
[–] Feyd@programming.dev 23 points 1 month ago* (last edited 1 month ago) (1 children)
  1. I like having the upstream versions of software instead of it being patched by package maintainers.
  2. I like having up to date software. It means that issue trackers for software I use are relevant
  3. Doing distro upgrades when they end support never works gracefully and i have to completely reinstall. I'd rather just use a rolling release which in practice works and is supported indefinitely
  4. I do like bleeding edge updates. For wine for instance
[–] Cyber@feddit.uk 4 points 1 month ago

Yeah, Point 1 here is exactly why I moved from Ubuntu to Arch ~10 years ago.

I was trying to get something working and found that the bug / feature had been fixed ~1 year earlier, but that version wasn't in the repos... I couldn't move forwards.

With Arch, all is well. And, I'm either reporting new bugs and helping to get things fixed, or I'm updating the wiki with any changes I notice.