首页 > 代码库 > [Android Pro] Ubuntu 13.04 安装 ia32-libs
[Android Pro] Ubuntu 13.04 安装 ia32-libs
http://stackoverflow.com/questions/23182765/how-to-install-ia32-libs-in-ubuntu-14-04-lts
sudo -icd /etc/apt/sources.list.d
//注意是:old-releases.ubuntu.com/ubuntu/,网上很多和次类似,但地址都不对,无法安装,安装后记得删除ia32-libs-raring.list
,然后updateecho "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.listapt-get updateapt-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
.
[Android Pro] Ubuntu 13.04 安装 ia32-libs
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。