[2025-jun-17] The SlackDocs mailing lists at https://lists.alienbase.nl/mailman/listinfo have been retired. No one has been using these lists for years and it's time to say goodbye. The list archives remain available at https://scalzi.slackware.nl/mailman/listinfo/slackdocs
[2025-jun-17] The SlackDocs Wiki has moved to a new server, in order to make it more performant.
Added “update gpg” — Brian Lawrence 2012/08/23 01:30
Can anyone please add here a comment or a howto regarding using slackpkg with a local mirror? its not an obvious thing. — Amit Ugol 2012/10/15 01:46
Doesn't this bit in /etc/slackpkg/mirrors deal with that?
#---------------------------------------------------------------- # Local Directory #---------------------------------------------------------------- # file://path/to/some/directory/ #
— Brian Lawrence 2012/10/17 02:31
Dealing with package sets
It is also possible to install, remove, and blacklist package sets with slackpkg.
For example, to remove the packages in the kde set and blacklist them so that they do not show up in upgrades, the following commands could be used:
# slackpkg remove kde # slackpkg blacklist kde
— Aaditya Bagga 2015/04/08 22:13