How to run 32-bit applications on 64-bit Slackware

64bitslackware

I used to use Slamd64 before, and it was easy. It came with all 32-bit libraries as well. Since official 64-bit Slackware is released, Slamd64 is no longer maintained. However, Slackware seems to be pure 64bit, so I cannot run 32bit apps. I searched the net and found some instructions, but they all require that I install some package manager (slapt-get, whatever). I'd like to do it without messing too much with the system. Where should I start?

Best Answer

It's all in this readme: http://connie.slackware.com/~alien/multilib/

Simply follow instructions from the README:

  • download the package directory corresponding to your Slackware version.
  • upgrade (replaces the existing 64 bits version) glibc and gcc to the multilib version
  • install the 32 bit compatibility package
  • preferably, reboot (glibc upgrade)

Now you may install existing 32 bit packages or compile 32 bit programs.

Related Question