ubuntu上安装chrome,及其NSS问题

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_34447388/article/details/80111574
sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt-get update
sudo apt-get install google-chrome-stable

安装完成后,运行

/usr/bin/google-chrome-stable

可能出现错误,

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.

错误是由NSS版本过低引起的,只需要执行

sudo apt install --reinstall libnss3

猜你喜欢

转载自blog.csdn.net/qq_34447388/article/details/80111574
今日推荐