Debian Stretch and Jessie 32-bit libraries

混江龙づ霸主 提交于 2019-12-23 20:30:11

问题


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:


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.



来源:https://stackoverflow.com/questions/30236342/debian-stretch-and-jessie-32-bit-libraries

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!