Run 32 Bit Binaries On 64 Bit Ubuntu

October 9, 2015

Sometimes there is a need to run already compiled 32 bit binaries on a 64 bit install of Ubuntu. You may be able to do this simply by installing some 32 bit libraries.

Ubuntu 12 or later.
sudo apt-get install ia32-libs
Ubuntu 13 or later.
sudo apt-get install lib32z1

Related Posts