install chrome under ubuntu and resolve the fast quit problem

environment: ubuntu 14.04 64bit 

after wget https://dl.google.com/linux/dire ... e_current_amd64.deb

      dpkg -i google-chrome-stable_current_amd64.deb

命令行运行:  goole-chrome , after a few seconds , quit :

ATTENTION: default value of option force_s3tc_enable overridden by environment.
[2904:2933:0609/104219.397367:FATAL:nss_util.cc(638)] 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.
--2018-06-09 10:42:19--  https://clients2.google.com/cr/report
Resolving clients2.google.com (clients2.google.com)... 64.233.189.101, 64.233.189.139, 64.233.189.100, ...


sudo apt install --reinstall libnss3

then chrome don't quit again

reference: https://blog.csdn.net/ll523587181/article/details/79002167

你可能感兴趣的:(ubuntu,environment)