32-bit Support on 64-bit Linux
sudo apt-get install -y lib32ncurses5 lib32z1
Ubuntu 12.04
Ask your administrator to issue this command:
sudo apt-get install -y ia32-libs
Ubuntu 13.10, 14.04, and 14.10
Ask your administrator to issue this command:
sudo apt-get install -y lib32z1 lib32ncurses5 lib32bz2-1.0
Fedora 17, 18, 19, 20, and 21¶
Ask your administrator to issue this command as root:
yum install glibc.i686
yum install ncurses-libs.i686
Debian 7
Ask your administrator to issue this command as root:
dpkg --add-architecture i386
apt-get update