我安装了 Ubuntu 14.04。由于我的 Netflix 不再工作,我安装了一些软件包。
这是我收到的消息:
The following packages have unmet dependencies:
libnss3-1d: Depends: libnss3 (= 2:3.17.1-0ubuntu1) but 2:3.17.1-0ubuntu0.14.04.1 is installed
我该如何修复这个问题?
我尝试了以下
$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:
libnss3-1d : Depends: libnss3 (= 2:3.17.1-0ubuntu1) but 2:3.17.1-0ubuntu0.14.04.1 is installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies
我很感谢你的帮助^_^
答案1
您可以尝试使用以下命令要求 apt-get 解决依赖关系:
$sudo apt-get -f install