ubuntu 16.0.4 install chrome

版权声明:本文为博主原创文章,未经博主允许也可以任意转载。 https://blog.csdn.net/fudaxing/article/details/78595739

兄Die,写代码太累了?孤独寂寞冷?还没有女朋友吧?
关注微信公众号(瓠悠笑软件部落),送知识!送知识!送温暖!送工作!送女朋友!插科打诨哟!
huyouxiao.com
##1.Add Key:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

##2. Set repository:

echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list

##3. install chrome

 sudo dpkg -i google-chrome*.deb

##4. meet error

huxing@huxing:~/Downloads$ google-chrome-stable 
[4346:4407:1121/185302.227240: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.
Aborted (core dumped)

##5. fix error

sudo apt-get install libnss3这里写代码片

猜你喜欢

转载自blog.csdn.net/fudaxing/article/details/78595739