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.
I’m a Slackware user, it does what I need without interfering and I can customize everything to my needs, no need to be forced to use systemd dbus pulseaudio and all those stuff.
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.
No, uninstalling and upgrading is handled cleanly by Slackpkg. It was introduced to the main repo 15 years ago.
Does it handle dependencies automatically?
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.