Upgrading Slackware64-current with multilib
In order to upgrade your multilib Slackware64-current box to a more recent -current (or perhaps 13.37):
- Make sure you have a copy of the version you want to upgrade to available.
- Make sure your slackpkg config points to it
cd !$
lftp -c "open http://connie.slackware.com/~alien/; mirror multilib"
slackpkg update
slackpkg install-new
slackpkg upgrade-all
upgradepkg --reinstall --install-new /mirror/slackware/multilib/current/{*.t?z,slackware64-compat32/*/*.t?z}
slackpkg clean-system
Bear in mind that you need to know what modifications you’ve made to your system in the “clean-system” stage. slackpkg will offer to remove any package that’s not part of the version you’re upgrading to. If you need to keep any extra packages that you’ve installed you need to make sure you don’t uninstall them at this stage. For this reason I heavily recommend that you blacklist SlackBuilds.Org packages in the slackpkg blacklist file.

Recent Comments