ubuntu 14.04安装ia32-libs使用命令
sudo apt-get install ia32-libs
出现如下错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5 lib32bz2-1.0
E: Package 'ia32-libs' has no installation candidate
只要运行提示的3个库即可:
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0
本文介绍了在Ubuntu14.04中遇到ia32-libs安装失败的问题及解决办法。当尝试安装ia32-libs时遇到包不存在的错误,可以通过安装lib32z1、lib32ncurses5和lib32bz2-1.0这三个库来替代。
319

被折叠的 条评论
为什么被折叠?



