无法安装 libnss3 包

无法安装 libnss3 包

我正在运行 Ubuntu 16.04 64 位的全新安装。尝试安装 libnss3 时出现此错误:

sudo apt-get install libnss3
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 libnss3 : Depends: libnspr4 (>= 2:4.12) but it is not going to be installed
       Depends: libnss3-nssdb but it is not going to be installed

答案1

首先尝试一下这个:

sudo apt update
sudo apt-get install libnss3

如果这不起作用,请尝试一下:

sudo apt-get install libnspr4 libnss3 libnss3-nssdb libnss3-tools

相关内容