Google Chrome 无法启动(nss 已过期)

Google Chrome 无法启动(nss 已过期)

我无法启动 google-chrome-stable。这是我收到的错误:

[4604:4640:0929/093415.646539:FATAL:nss_util.cc(632)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required. Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.
Aborted (core dumped)

有人建议如果你运行的是旧版本的 ubuntu,它将无法工作,但我使用的是 16.04

我一直在网上查找并尝试了所有不同的建议,例如执行安全更新。

$ sudo apt-get update
$ sudo apt-get dist-upgrade
$ sudo apt-get install libnss3

但是如果我运行$ apt-cache policy libnss3我会得到以下结果:

libnss3:
  Installed: 2:3.21-1ubuntu4
  Candidate: 2:3.21-1ubuntu4
  Version table:
 *** 2:3.21-1ubuntu4 500
        500 http://de.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
        100 /var/lib/dpkg/status

编辑

运行后sudo apt update && sudo apt full-upgrade 与google chrome相关的输出:

Ign:19 http://dl.google.com/linux/chrome/deb stable InRelease             
Get:20 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Hit:21 http://dl.google.com/linux/chrome/deb stable Release
Fetched 102 kB in 7s (13.9 kB/s)                               
Reading package lists... Done
Building dependency tree       
Reading state information... Done
10 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: http://repo.acestream.org/ubuntu/dists/trusty/InRelease: Signature by key E1254F21D636B7EFDE41D2AF50E2BCF0E3805CD8 uses weak digest algorithm (SHA1)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  google-chrome-stable
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/65.3 MB of archives.
After this operation, 146 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 403416 files and directories currently installed.)
Preparing to unpack .../google-chrome-stable_61.0.3163.100-1_amd64.deb ...
Unpacking google-chrome-stable (61.0.3163.100-1) over (61.0.3163.79-1) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160824-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up google-chrome-stable (61.0.3163.100-1) ...

重启后我仍然看到相同的错误消息

答案1

只需在你的 ubuntu 机器上尝试以下命令。

sudo apt-get install --reinstall libnss3

它将修复 libnss3 包的问题

相关内容