For make this i recommend you open a terminal and login with root account and use the follow commands
Code: Select all
SLACKVER=15.0
mkdir /tmp/multilib
cd /tmp/multilib
lftp -c "open http://bear.alienbase.nl/mirrors/people/alien/multilib/ ; mirror -c -e ${SLACKVER}"
cd ${SLACKVER}
upgradepkg --reinstall --install-new *.t?z
upgradepkg --install-new slackware64-compat32/*-compat32/*.t?z
Code: Select all
https://bear.alienbase.nl/mirrors/people/alien/multilib/15.0/
* aaa_elflibs
* aaa_base
* glibc
* aaa_glibc-solibs
* gcc
* gcc-brig
* gcc-g++
* gcc-gdc
* gcc-gfortran
* gcc-gfortran
* gcc-gnat
* gcc-go
* gcc-objc
If you dont make this change in the repository. the system when you want upgrade packages, the package manager have more priority for the 64 Bits packages and not for the multilib support version of that packages, and you can not run some programas like " WIne " or " Steam " or something inside steam because the steam client cannot access to functions in the 32 Bits mode available in multilib version of system libraries.