this post was submitted on 20 Jun 2026
10 points (81.2% liked)

Linux

65917 readers
520 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 7 years ago
MODERATORS
 

I'm thinking of choosing Debian instead. I'm a student, low on budget, and wanna play with linux and laptops, and I think Arch or Cachy OS need updates or distro upgrades(?) weekly or something?

Solved: up to date Arch can last for 2 decades on my cheap laptop, and use Flatpak for older versions of software.

you are viewing a single comment's thread
view the rest of the comments
[–] Bonje@lemmy.world 2 points 2 days ago (1 children)

With Arch-likes its ever so slightly harder to roll back package versions but still doable.

Considering kernel maintainers are only now removing support for i486 and i586 you will be fine for a long time with anything from the past 2 decades.

And push comes to shove you can just tell your package manager to not update something and not worry about it.

Like mentioned though, there are a lot of upgrades and they are constant so if bandwidth is a problem, a Debian-like might be more for you.

[–] CarlLandry357@lemmy.world 0 points 2 days ago (1 children)

"Considering kernel maintainers are only now removing support for i486 and i586 you will be fine for a long time with anything from the past 2 decades."

That sounds great, but still you need to download the latest release, and the newest software.

[–] Bonje@lemmy.world 3 points 2 days ago (1 children)

That's the neat part, you don't

That's the neat part, you don't need to. You can just install any Linux distro and not upgrade. Obviously bad for security but you aren't forced to upgrade ever.

My server is running a Debian-like and I've found release updates to be the most nerve racking process ever. Updating package repos and waiting for the whole system to refresh all the packages and fussing over what needs backports because a package is not in the new release repo... I dread it every year.

For arch I just have a snapper pacman hook to automatically create snapshots for my btrfs system so I can roll back if an update is just not working. Then just wait a few days and try again.

[–] Telorand@reddthat.com 1 points 2 days ago

For arch I just have a snapper pacman hook to automatically create snapshots for my btrfs system so I can roll back if an update is just not working.

And if they go with CachyOS and choose Limine as the bootloader, it will be set up automatically! You can also install after the fact, as I did, but I agree that having hooks before and after package updates is very helpful and has come in handy a couple of times.