Page 1 of 1

Debian 9 (Buster) 32-bit apps on 64-bit support

PostPosted: 2019 Aug 06, 22:30
by serveroffer
Add i386 packages support:
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