我一直试图从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.我怎样才能解决这个问题?
任何帮助都将不胜感激。
乔
发布于 2015-01-24 23:34:45
它说您已经损坏了包,所以在尝试使用以下命令安装Synaptic之前,我首先尝试修复这个问题:
sudo apt-get install -f在成功之后,我会尝试安装Synaptic。
sudo apt-get install synaptichttps://askubuntu.com/questions/577437
复制相似问题