this post was submitted on 11 Oct 2024
11 points (86.7% liked)

Linux

5057 readers
74 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
 

Is we that a lot but, how bad is it really? Does it affect you (if you use Debian)? Aren't there ways to install newer versions of most things that actually matter?

you are viewing a single comment's thread
view the rest of the comments
[–] BillibusMaximus@sh.itjust.works 5 points 6 hours ago* (last edited 6 hours ago)

Debian is on a roughly 2 year release cycle, and typically has a 6 month (-ish) freeze leading up to the release. So software in the stable release will generally be somewhere between 6 months and 2 years out of date. (My math might be a bit off but hopefully you get the idea).

Ultimately, it comes down to how you use your system, and what you need/want from your software. What you consider to be "the things that matter" will really be the deciding factor here. Need the occasional newer version of an application or library? It's probably fine. Need the latest, greatest desktop environment? You may want to pass.

There are a number of ways to install newer versions. Backports, if it has what you want, is the easiest and safest.

There are other ways as well, but depending on what method you choose and what software it is, you may need to be careful not to break something. (I'd recommend not adding random third-party deb repositories for this reason).

Flatpak seems reasonable, but I haven't used it much (once or twice I think). I typically use backports, or occasionally do my own local backports from sid.

Snap and AppImage are also possibilities. I don't use snap, and I think I installed something proprietary by AppImage exactly once.

If it's not in Debian at all, then I need to handle that a bit differently. But to me that's a different issue than the 'old version' issue that Debian is often derided for.

Anecdotally, I've been daily-driving Debian stable (including for gaming) for over 20 years, and it suits my needs well. But of course, YMMV.