Ubuntu12.04安装ia32-libs


sudo apt-get install libc6:i386
sudo -i
cd /etc/apt/sources.list.d
// care for old-releases.ubuntu.com echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list apt-get update apt-get install ia32-libs rm /etc/apt/sources.list.d/ia32-libs-raring.list apt-get update exit sudo apt-get install gcc-multilib

tip : if still not work

you need to change your source , then try above again .

http://blog.sina.com.cn/s/blog_6c41c7510101bilw.html


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM