this post was submitted on 28 Jun 2024
282 points (77.9% liked)
Linux
48067 readers
785 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The software I use doesn't get significant updates often. Kennel, vi, grep, find? They've been around for decades.
I'm genuinely curious what kind of things people can't do because of lag on package updates.
It usually has something to do with programming. Again, most cases, the versions in the packages included in your garden variety stable distros should cover most use cases.
However, once in a while one would encounter the need of using the cutting edge features on certain compiler or interpreter. Rust comes to mind. I know Python introduced some features that could drastically alter workflow (e.g. switch statement). NodeJS is another one known to be lagging behind from time to time.
In other cases, hardware support might be taken to consideration, especially for newer machines. However, with Mint including the optional newer kernel, it shouldn't be a problem.
The only major issue I ever had with mint running relatively old packages was when I got my current laptop. Nvidia 4060 required a really new nvidia driver, which in turn required a really new kernel. I sorted it out by adding a few unofficial repos, and it worked like a charm afterwards.
Whenever old versions are giving you grief, they can usually be sorted out in a similar manner.
Modem hardware.
The default kernel Mint has installed isn't new enough to support cards like the 7900 XT. Though this can be fixed by updating the kernel using Mint's kernel version utility
Hmm vim is the reason I dropped all debian based distros. Cause I wanted v8 when it was released but sorry you have to wait 2-4 years. Wasn't in the mood for compiling it myself so just went with arch based distro and haven't looked back since.