gpt4 book ai didi

ubuntu - 我无法在 ubuntu 上安装 libgfortran3

转载 作者:行者123 更新时间:2023-12-04 18:51:50 25 4
gpt4 key购买 nike

我试图在 ubuntu 上安装 libgfortran3:

sudo apt-get install libgfortran3

但是有一个我不明白的错误:
The following packages have unmet dependencies:
libgfortran3 : Depends: gcc-4.8-base (= 4.8.2-10ubuntu2) but 4.8.2-19ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.

我该如何解决?

最佳答案

建议:

  • 安装可用的“最佳”GCC:sudo apt-get install gcc .

    <= 这应该安装“4.8.2-19ubuntu1”
  • 然后用“-force”安装“libgfortran3”:sudo apt-get -f install libgfortran3 .

    <= libfortran 显然“期待” gcc 4.8.2-10。这应该不是问题...
  • 确保一切正常。

  • 如果您有任何问题或疑问,请回帖。

    关于ubuntu - 我无法在 ubuntu 上安装 libgfortran3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31286141/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com