我有 64 位的 ubuntu 14.04
当我做sudo apt-get -f install
我收到此错误
high-tech@hightech-Vostro-3558tio:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
libgcrypt11 : Breaks: libgcrypt11:i386 (!= 1.5.4-2ubuntu1.1) but 1.5.3-2ubuntu4.3 is installed
libgcrypt11:i386 : Breaks: libgcrypt11 (!= 1.5.3-2ubuntu4.3) but 1.5.4-2ubuntu1.1 is installed
libgcrypt11-dev : Depends: libgcrypt11 (= 1.5.3-2ubuntu4.3) but 1.5.4-2ubuntu1.1 is installed
libnss3-1d : Depends: libnss3 (= 2:3.21-0ubuntu0.14.04.2) but 2:3.19.2.1-0ubuntu0.14.04.2 is installed
libnss3-nssdb : Depends: libnss3 (= 2:3.21-0ubuntu0.14.04.2) but 2:3.19.2.1-0ubuntu0.14.04.2 is installed
upwork : Depends: gksu but it is not installable
Depends: libgtkglext1 but it is not installable
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies
我做了下面的解决方案来解决这个问题
sudo apt-get install --fix-broken
但它对我来说不起作用,我仍然收到同样的错误。
请帮我解决这个问题。