ubuntu安裝chrome瀏覽器

weixin_33901926發表於2017-02-23

PPA方法,免FQ,否則,你得FQ下載chrome,你Firefox VPN配置好了嗎!!!

wget -q -O - https://raw.githubusercontent.com/longhr/ubuntu1604hub/master/linux_signing_key.pub | sudo apt-key add

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

sudo apt-get update


sudo apt-get install google-chrome-stable

 

如果一切順利,在終端中執行以下命令:

/usr/bin/google-chrome-stable

將會啟動谷歌 Chrome 瀏覽器,它的圖示將會出現在螢幕左側的 Launcher 上,在圖示上右鍵——“鎖定到啟動器”,以後就可以簡單地單擊啟動了。

 

常見問題:

1 源出有問題,導致apt-get update不能使用

apt-get update
E: Malformed line 1 in source list /etc/apt/sources.list.d/google-chrome.list (type)
E: The list of sources could not be read.


解決辦法
sudo rm /etc/apt/sources.list.d/google-chrome.list

 

相關文章