this post was submitted on 28 Jun 2024
276 points (77.7% liked)

Linux

45479 readers
1422 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 26 points 2 days ago (5 children)

Because for most use cases, Mint works flawlessly. It changes little from time to time. It has all the drivers to get started with a wide range of common hardware. It has all the codecs to play common media formats.

Of course if the package update is too slow, it's not for you, but then unlike you, most people don't need the latest and greatest. They just need something that works from the get-go with predictable behavior.

[–] [email protected] 8 points 2 days ago (4 children)

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.

[–] [email protected] 6 points 2 days ago

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.

[–] [email protected] 3 points 2 days ago

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

[–] [email protected] 3 points 2 days ago

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.

[–] [email protected] 1 points 2 days ago

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.