我有一些程序需要32位程序包(指向ia32-lib程序包)。但是,当我尝试安装它时,会发生这种情况。
spirit@ubuntu:~$ sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-multiarch but it is not installable
E: Unable to correct problems, you have held broken packages.
没什么大不了的,包裹总是死掉。我在一个月后尝试运行,但仍然出现此错误,尝试安装特定的软件包会产生此错误。
spirit@ubuntu:~$ sudo apt-get install ia32-libs-multiarch
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs-multiarch 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 'ia32-libs-multiarch' has no installation candidate
我不是Linux狂子,但这似乎是该软件包不存在。我在软件中心内搜索了Skype(有人告诉我它安装了32位程序包),但它没有出现在软件中心内,并且从其网站上下载该文件会产生一个错误-很有趣-没有32位程序包。
任何帮助我的人都会从神灵手中获得一枚重达一千个行星的勋章。只是不要为了上帝而戴它。
dpkg --print-foreign-architectures
什么?
uname -a
在终端中查看。