【问题标题】:UBUNTU 14.04 64BIT can not install lib32stdc++6UBUNTU 14.04 64BIT 无法安装 lib32stdc++6
【发布时间】: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++


【解决方案1】:

终于,我找到了这个 https://askubuntu.com/questions/223237/unable-to-correct-problems-you-have-held-broken-packages 我使用 aptitude 强制安装这个

sudo aptitude -f 安装 lib32stdc++6

运行这个命令,然后选择'n',然后它会给你另一个选择,然后选择'Y'。 完成并成功

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2017-03-06
    • 2015-03-08
    • 2018-04-06
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多