突然Chrome停止工作,我得到了这个错误:
jfolpf@toshiba:~$ google-chrome-stable
[7372:7408:1007/230103.985302: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.我已经更新了nss软件包
sudo apt-get install libnss3但没有成功。有什么想法吗?
发布于 2017-10-08 11:33:25
几个小时后我拿到了,只是为了让你知道。
我是这么做的:
sudo apt-get install libnss3
sudo apt-get update如其他答案中所述,但什么也没有。
您需要首先升级Ubuntu。我现在有16.04 LTS
然后,如果apt-get update返回错误,则需要清除旧库
sudo apt-get purge libappstream3然后运行以下命令:
sudo apt-get install libnss3
sudo apt-get update现在google chrome工作了
https://askubuntu.com/questions/962914
复制相似问题