Debian 9 (Buster) 32-bit apps on 64-bit support
Posted: 2019 Aug 06, 22:30
Add i386 packages support:
Update packages lists:
Install support libs:
Code: Select all
dpkg --add-architecture i386
Update packages lists:
Code: Select all
apt-get update
Install support libs:
Code: Select all
apt-get install libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386