码迷,mamicode.com
首页 > 系统相关 > 详细

How to install ia32-libs in Ubuntu 14.04 LTS (Trusty Tahr)

时间:2015-02-06 00:40:18      阅读:287      评论:0      收藏:0      [点我收藏+]

标签:

You can try this to install 32 lib(not all in ia32-libs): apt-get install program:i386.

Or if you want to install the whole ia32-lib instead, try the following order:

sudo -i
cd /etc/apt/sources.list.d
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

PS: In this way, you can install ia32-libs. However, we add the source of 13.04 instead, so, there may be some problem unknown。After install ia32-libs, I recommend you to remove the ia32-libs-raring.list in /etc/apt/sources.list.d, and do sudo apt-get update.

How to install ia32-libs in Ubuntu 14.04 LTS (Trusty Tahr)

标签:

原文地址:http://www.cnblogs.com/seven1979/p/4276144.html

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