无法安装 libnss3 软件包

Dar*_*tic 6 apt 16.04

我正在运行 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
Run Code Online (Sandbox Code Playgroud)

小智 4

首先尝试这个:

sudo apt update
sudo apt-get install libnss3
Run Code Online (Sandbox Code Playgroud)

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

sudo apt-get install libnspr4 libnss3 libnss3-nssdb libnss3-tools
Run Code Online (Sandbox Code Playgroud)