Linux Ubuntu 1604安裝VS CODE以後,執行./code報錯誤:linux
[3781:0914/160851.489979: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.ubuntu
直接執行以下命令,更新NSS,說已是最新版本2.3.30ui
那怎麼辦呢?上網查了不少資料,嘗試以後,終於解決完成this
sudo vi /etc/apt/sources.listcode
在該文件最後添加get
deb http://cz.archive.ubuntu.com/ubuntu trusty-updates main
保存退出,執行命令sudo apt-get updateio
而後在次執行命令sudo apt-get install libnss3,以下test
再執行原來的命令就能夠了:require
gupp@gupp:/opt/VSCode-linux-x64$ ./code,正常啓動啦date