- # Download the latest slackpkg+ from https://sourceforge.net/projects/slackpkgplus/files/ .
-
# Then proceed with the following steps as root.
installpkg slackpkg+*.t?z cp -p /etc/slackpkg/slackpkgplus.conf /etc/slackpkg/slackpkgplus.conf.orig
-
vi /etc/slackpkg/slackpkgplus.conf #Have the following configured:
REPOPLUS=( slackpkgplus restricted alienbob slackonly ) # Slackware 15.0 - x86_64 #MIRRORPLUS['multilib']=https://slackware.nl/people/alien/multilib/15.0/ MIRRORPLUS['alienbob']=https://slackware.nl/people/alien/sbrepos/15.0/x86_64 MIRRORPLUS['restricted']=https://slackware.nl/people/alien/restricted_sbrepos/15.0/x86_64 # use this to keep the slackpkg+ package updated to the latest stable release MIRRORPLUS['slackpkgplus']=https://slakfinder.org/slackpkg+15/ MIRRORPLUS['slackonly']=http://slackonly.com/pub/packages/15.0-x86_64/
-
# If you haven't enabled a mirror yet:
cd /etc/slackpkg cp -p mirrors mirrors.orig vi mirrors # Enable a mirror.
-
# Proceed with the following commands:
slackpkg update gpg slackpkg update slackpkg upgrade-all
-
# Execute only if new kernel is installed and you are using grub:
grub-mkconfig -o /boot/grub/grub.cfg
-
reboot