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.

  • mFat@lemdro.id
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 months ago

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

    • superkret@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      9 months ago

      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.

      • JackbyDev@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        9 months ago

        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?

        • superkret@lemmy.ml
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          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.