this post was submitted on 30 Sep 2023
474 points (98.8% liked)

Linux

45582 readers
596 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
474
submitted 9 months ago* (last edited 9 months ago) by danielfgom to c/[email protected]
 

LMDE 6 has been officially released. The big deal about this is that it's based on the recently released Debian 12 and also that being based on Debian LMDE is 100% community based.

If you've been disappointed by what the Linux corporations have been doing lately or don't like the all-snap future that Ubuntu has opened, then this is the distro for you.

I'm running it as my daily driver and it works exactly like the regular Mint so you don't lose anything. Clem and team have done a great job, even newbies could use Debian now.

Personally I think LMDE is the future of Linux as Ubuntu goes it's own way, and this is a good thing for Mint and the Linux community. Let's get back to community distros and move away from the corps.

EDIT: LMDE is 64bit only. There is no 32bit option.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 24 points 9 months ago (3 children)

Oh boy, here I go distro-hopping again.
Just kidding - you can pry Slackware from my cold, dead hands.

[–] [email protected] 4 points 9 months ago

Challenge accepted

[–] [email protected] 4 points 9 months ago (2 children)
[–] [email protected] 6 points 9 months ago* (last edited 9 months ago) (2 children)

It's more stable than Debian and more simple in design than Arch.
It basically doesn't do anything, except run your hardware and software, and that's all an OS should do.

[–] [email protected] 12 points 9 months ago (1 children)

More stable than debian sounds terrifying

[–] [email protected] 1 points 9 months ago (1 children)

And pretty hard to achieve, considering breaking Debian is borderline an endeavour.

[–] [email protected] 2 points 9 months ago

I use "stable" not in the sense of "doesn't break", but in the sense of "doesn't change its behaviour".
Debian is rock solid, but Slackware is the most stable in the sense that it still looks and works pretty much exactly like it did 10-20 years ago.

[–] [email protected] 2 points 9 months ago (1 children)

That lack of dependency management tho...

[–] [email protected] 1 points 9 months ago

...is irrelevant due to how Slackware works.
It installs all dependencies for the entire official repo right from the start.

[–] [email protected] 1 points 9 months ago

Because it is predictable and doesn't suck.

[–] [email protected] 2 points 9 months ago (1 children)

Has the package manager improved? Can it automatically handle dependencies?

[–] [email protected] 4 points 9 months ago* (last edited 9 months ago) (1 children)

Slackware works differently than other distros. After a default installation, dependency tracking is pointless because you install its entire repository up front.
If you need something that isn't in the repository, you've got Slackbuilds that work just like Arch's AUR. Or you can use third party repos with their own package managers, semi-official tools with depedency checking, flatpaks or whatever else you want. The point is, how you manage your packages is your choice. The default package manager is just a helpful bash script.

[–] [email protected] 1 points 9 months ago (1 children)

People wouldn't be talking about the lack of dependency management of it didn't cause.some problems somewhere, so where could it be? Third party stuff I guess?

[–] [email protected] 3 points 9 months ago* (last edited 9 months ago)

"Slackware has no dependency management" is a meme as old as Debian, and basically the only thing people know about it.
Fact is, you install additional packages from Slackbuilds, and there's a tool that resolves dependencies for that (slpkg). It's not officially supported but well-maintained and it works. So in practice, it works the same way as Arch's AUR (where absolutely everyone uses yay even though it is also not officially supported or recommended).

So, the fact that the default package manager doesn't resolve dependencies is irrelevant in practice. What is relevant, and an actual valid criticism of Slackware, is that the default installation isn't minimal or tailored to you, and should't be changed unless you absolutely know what you're doing. It gives you a wide variety of software for all kinds of tasks that wasn't chosen by you, but by benevolent dictator Patrick Volkerding. And his choices are very different from what's become the de facto Linux standard today (e.g. Calligra instead of LibreOffice).

My take on it is that Slackware is the perfect OS for maybe 100,000 people on earth, and I happen to be one of them.