Hey fellow Linux enthusiasts! I'm curious to know if any of you use a less popular, obscure or exotic Linux distribution. What motivated you to choose that distribution over the more mainstream ones? I'd love to hear about your experiences and any unique features or benefits that drew you to your chosen distribution.

you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 2 years ago (1 child)

I used SlackWare a long time ago but the lack of package management for clean uninstalling and upgrading turned me off. No idea if that's still a thing.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 2 years ago (1 child)

    No, uninstalling and upgrading is handled cleanly by Slackpkg. It was introduced to the main repo 15 years ago.

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 1 point 2 years ago (1 child)

    Does it handle dependencies automatically?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago

    No. It only manages the default repo, where all available packages are already installed in a default setup, so dependency resolution isn't necessary.
    Updating involves installing all new available packages in the repo, removing all deprecated packages and updating. Slackpkg handles that.

    Uninstalling packages that are in the repo is not recommended. You just ignore what you don't need, since disk space is cheap.

  • source
  • parent