Ubuntu14.04 安装google浏览器—Chrome

Open Terminal:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

进入下载,双击安装,但点击图标没反应,并且在Terminal输入

google-chrome

出现

[20690:20726:1122/125126.356117: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)

解决办法

sudo apt-get install libnss3

然后就可以愉快的玩耍了

google-chrome

你可能感兴趣的:(linux使用)