web-dev-qa-db-ja.com

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

編集

Googleクロムに関連するSudo apt update && Sudo apt full-upgrade出力を実行した後:

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) ...

再起動後、この後も同じエラーメッセージが表示される

2
tester123

あなたのubuntuマシンで以下のコマンドを試してください。

Sudo apt-get install --reinstall libnss3

Libnss3パッケージの問題を修正します

3
Abhishek