Ubuntu安装chrome && 卸载chromium

2017-09-28  本文已影响0人  陈土豆cyn

本菜鸟真是受够chromium了!!

一、安装chrome

64位版本

$wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
$sudo dpkg -i google-chrome-stable_current_amd64.deb

这样就装好了!


然后启动报错:

[4694:4729:0909/113001.627523: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)

解决办法:

需要更新libnss3
$sudo apt-get install libnss3
$sudo apt-get update
$google-chrome

二、卸载chromium

删除chromium:

$sudo apt-get remove chromium-browser
$sudo apt-get remove chromium-codecs-ffmpeg-extra

清理配置:

$cd ~/.config
$rm -rf chromium
chromium目录里有Cookies、Blacklist等
$cd ~/.cache
$rm -rf chromium
上一篇下一篇

猜你喜欢

热点阅读