Ubuntu安装Google Chrome,报NSS version的错误

前端之家收集整理的这篇文章主要介绍了Ubuntu安装Google Chrome,报NSS version的错误前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

使用网上的教程安装google-chrome,启动时报这个错误

[4594:4630:1021/124049.156901: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的version太低,升级NSS即可:

sudo apt install --reinstall libnss3

原文链接:https://www.f2er.com/ubuntu/350835.html

猜你在找的Ubuntu相关文章