ubuntu16.04 安装chrome 或 chromium无法启动问题解决

来源:互联网 发布:哪种顶级域名好排名 编辑:程序博客网 时间:2024/06/17 02:07

报错如下:

[0807/144244.712736:FATAL:nss_util.cc(627)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is requiredPlease upgrade to the latest NSS, and if you still get this error,contact your distribution maintainer.
  • 1
  • 2
  • 3
原因是说 NSS (Network Security Services )
解决方案:
sudo apt install --reinstall libnss3
原创粉丝点击