无法安装 Synaptic(Ubuntu 14.04)

无法安装 Synaptic(Ubuntu 14.04)

我一直尝试从 Ubuntu 软件中心和终端安装 Synaptic。

当我从软件中心执行此操作时,它显示:

synaptic: Depends: libc6 (>= 2.14) but 2.19-0ubuntu6.4 is to be installed
          Depends: libept1.4.12 but it is not going to be installed
          Depends: libgcc1 (>= 1:4.1.1) but 1:4.9.1-0ubuntu1 is to be installed
          Depends: libgdk-pixbuf2.0-0 (>= 2.22.0) but 2.30.7-0ubuntu1 is to be installed
          Depends: libglib2.0-0 (>= 2.14.0) but 2.40.2-0ubuntu1 is to be installed
          Depends: libgtk-3-0 (>= 3.0.0) but 3.10.8-0ubuntu1.4 is to be installed
          Depends: libpango-1.0-0 (>= 1.14.0) but 1.36.3-1ubuntu1.1 is to be installed
          Depends: libstdc++6 (>= 4.6) but 4.8.2-19ubuntu1 is to be installed
          Depends: libvte-2.90-9 (>= 1:0.27.2) but 1:0.34.9-1ubuntu1 is to be installed

当我从终端执行此操作时,它显示:

 synaptic : Depends: libept1.4.12 but it is not installable
        Recommends: libgtk2-perl (>= 1:1.130) but it is not installable
        Recommends: rarian-compat but it is not installable
        E: Unable to correct problems, you have held broken packages.

我该如何解决这个问题?

任何帮助,将不胜感激。

答案1

它说你的软件包损坏了,所以我会先尝试修复它,然后再尝试使用以下命令安装 Synaptic:

sudo apt-get install -f

成功后我会尝试安装 Synaptic

sudo apt-get install synaptic

相关内容