Debian Stretch and Jessie 32-bit libraries

2019-07-03 15:07发布

For those looking for the answer, there it's, as it's not clear on other websites.

This is required at least by the Intel compiler. Maybe it helps also for other software.

1条回答
家丑人穷心不美
2楼-- · 2019-07-03 15:25

Just run those commands in your terminal.

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install build-essential gcc-multilib rpm libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386

Or as root remove the "sudo" from them.

查看更多
登录 后发表回答