【发布时间】:2015-06-30 00:32:15
【问题描述】:
我想安装一个 32 位应用程序,但我无法安装 lib32stdc++6 这里是:
sudo apt-get install lib32stdc++6
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:
lib32stdc++6 : Depends: gcc-4.8-base (= 4.8.2-19ubuntu1) but 4.8.4-2ubuntu1~14.04 is to be installed
E: Unable to correct problems, you have held broken packages.
【问题讨论】:
-
@MrLister,我用了这个方法,但不能解决我的问题,也许我们会得到一个更好的
-
此链接在不使用 aptitude 降级的情况下解决了我的问题。 askubuntu.com/questions/671791/…
标签: ubuntu-14.04 apt-get libstdc++