我正在尝试安装Android源代码,并且一直收到这个错误。我坚持安装,但似乎这些包是需要有一个完整和成功的安装。
这是我的错误
Package lib32ncurses5-dev is not available, but is referred to by another package.
这可能意味着软件包丢失了,已经过时,或者只能从另一个来源获得。
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
E: Package 'lib32ncurses5-dev' has no installation candidate
E: Package 'ia32-libs' has no installation candidate
E: Unable to locate package lib32readline5-dev
E: Unable to locate package lib32z-dev
我在Intel Core™i5-2300cpu@ 2.80GHz和32位系统上有一个带有Ubuntu的VM
发布于 2011-11-22 19:22:53
发布于 2012-04-19 06:03:14
这个问题在Ubuntu11.10上存在。
我通过打开一个终端解决了这个问题,并使用了以下命令:
sudo apt-get install libncurses5-dev:i386
发布于 2021-09-06 11:36:14
在Ubuntu20.04中,我需要执行以下命令
sudo apt-get install libncurses5-dev:i386
https://askubuntu.com/questions/81815
复制相似问题