码迷,mamicode.com
首页 > 其他好文 > 详细

ubunt 14.04 64bit安装ia32-libs

时间:2014-11-13 10:45:07      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:style   http   color   ar   使用   sp   strong   on   bs   

很多软件只有32位的,有的依赖32位库还挺严重的;从ubuntu 13.10已经废弃了ia32-libs,但可以使用多架构,安装软件或包apt-get install program:i386。有的还是觉得烦,想一步到位安装所有的以前的ia32-libs,可以使用以下方法:

sudo -i

cd /etc/apt/sources.list.d

echo "deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list

apt-get update

apt-get install ia32-libs

这种方法肯定能安装上ia32-libs,但由于添加的是13.04的源,所以在安装完之后删除ia32-libs-raring.list,然后再apt-get update

ubunt 14.04 64bit安装ia32-libs

标签:style   http   color   ar   使用   sp   strong   on   bs   

原文地址:http://www.cnblogs.com/jesseZh/p/4094236.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!