admin管理员组

文章数量:1620162

尝试从终端启动,看一下log

google-chrome --enable-logging=stderr --log-level=4

可以根据log,在百度查询

报错日志:Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.

原因是说 NSS (Network Security Services )
https://en.wikipedia/wiki/Network_Security_Services
的版本太低,错误原因可能是由于chrome升级造成的。

解决方法

方法一:chrome 版本降低(没有尝试,看别的博客有提到)

卸载目前的chrome

https://www.slimjet/chrome/google-chrome-old-version.php 下载相应的chrome旧版本安装。

方法二:NSS升级

运行命令

sudo apt install –reinstall libnss3

要是依赖出现问题(修复依赖关系)
sudo apt-get -f install

本文标签: 无法打开UbuntuLTSchromeGoogle