ubuntu16.04启动vscode报错:[5492:0526173224.245498:FATAL:nss

    xiaoxiao2025-03-31  11

    报错:[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

    最新回复(0)