Debian jessie 64-bit support for 32-bit programs
Posted: 2017 Mar 27, 16:16
Debian Jessie 64-bit basic support for 32-bit programs can be added using these commands:
If 32-bit program still doesn't work, probably you need to install additional i386 (32-bit) libraries, but before that, you need to know which libraries program uses
Code: Select all
dpkg --add-architecture i386
apt-get update
apt-get upgrade
apt-get install build-essential gcc-multilib rpm libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386
If 32-bit program still doesn't work, probably you need to install additional i386 (32-bit) libraries, but before that, you need to know which libraries program uses