本菜鳥真是受夠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