Ubuntu安装Google Chrome,报NSS version的错误
发布时间:2020-09-21 16:22:52 所属栏目:Ubuntu 来源:互联网
导读:使用网上的教程安装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
|
使用网上的教程安装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 (编辑:日照站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- Ubuntu配置双网卡
- Ubuntu14.04服务器环境下配置PHP7.0+Apache2+Mysql5.7的方法
- caffe在ubuntu16.04配置流程
- ubuntu 14.04系统安装 Scientific Toolworks Understand 软
- 解决Ubuntu的root账号无法登录SSH问题-Permission denied,
- Ubuntu--C++补全代码
- 基于Ubuntu的发行版中缺少modules.usbmap和modules.pcimap
- 在ubuntu 16.04下运行hadoop时注销
- ubuntu系统中安装mysql5.6(通过二进制)
- ubuntu 16.04 qt 5.5教程编译环境的搭建,ubuntu i.mx6 qt交
