I occasionally see love for niche small distros, instead of the major ones…

And it just seems to me like there’s more hurdles than help when it comes to adopting an OS whose users number in the hundreds or dozens. I can understand trying one for fun in a VM, but I prefer sticking to the bigger distros for my daily drivers since the they’ll support more software and not be reliant on upstream sources, and any bugs or other issues are more likely to be documented abd have workarounds/fixes.

So: What distro do you daily drive and why? What drove you to choose it?

  • cizra
    link
    fedilink
    arrow-up
    6
    ·
    28 days ago

    What’s the Slackware way of managing package dependencies, then?

    • superkret@feddit.org
      link
      fedilink
      arrow-up
      7
      ·
      28 days ago

      For Slackware itself, you install all available software up front. That way, all dependencies are resolved.
      You then just hide the stuff you don’t need from your DE using its menu editor, or ignore it.
      During an update, the package manager updates all installed packages, installs all packages that were added to the repo and removes all packages that are obsolete.

      For additional software, there is a semi-official repo that’s very similar to Arch’s AUR.
      And like the AUR, it offers several helper scripts and additional package managers that do dependency resolution.
      Or you use Flatpaks.

      • 0x0@programming.dev
        link
        fedilink
        arrow-up
        9
        ·
        28 days ago

        you install all available software up front.

        That’s unnecessary and inefficient, you can install a small subset and go from there.

        • superkret@feddit.org
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          28 days ago

          Until you start installing stuff from Slackpackages, whose dependency info assumes everything in the default install is there and doesn’t need mentioning.
          Or new packages are added to the repo which depend on something you didn’t install.

      • tetris11@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        28 days ago

        How long do software updates take then, if you’re updating the entire software stack? I can imagine the answer being anywhere from “hours” to “same as the incremental software updates on other distros”

        • superkret@feddit.org
          link
          fedilink
          arrow-up
          7
          ·
          edit-2
          28 days ago

          There are very few updates. It’s more stable than Debian. And the repo isn’t huge, maybe twice the size of other distros default installed size.

      • cizra
        link
        fedilink
        arrow-up
        1
        ·
        28 days ago

        Cool, thanks. Didn’t realize you can use this neat trick :)