Eu tenho o Ubuntu 14.04 com 64 bits
Quando eu faço sudo apt-get -f install
Estou recebendo este erro
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
eu fiz abaixo da solução para resolver isso
sudo apt-get install --fix-broken
mas não está funcionando para mim ainda estou recebendo o mesmo erro.
por favor me ajude a resolver isso.