ubuntu16.04启动vscode报错:[5492:0526/173224.245498:FATAL:nss_util.cc(631)] NSS_VersionCheck("3.26") fail

报错:[5492:0526/173224.245498:FATAL:nss_util.cc(631)] 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.
Aborted (core dumped)

 

 

实提示中已经给出方案:就是更新nss库

那么直接输入一下命令即可启动chrome:

sudo apt-get install libnss3

你可能感兴趣的:(学徒)