一.安裝
1.將下載源添加到系統源中。
sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/
2.導入google軟件公鑰。
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
3.更新系統列表獲得最新軟件版本信息。
sudo apt-get update
4.安裝穩定版google
sudo apt-get install google-chrome-stable
5.啟動谷歌 Chrome 瀏覽器
/usr/bin/google-chrome-stable
二.授權訪問國外網站
在這里建議修改hosts文件【位於/etc/hosts】
hosts文件實時更新,關注https://laod.cn/hosts/2017-google-hosts.html。
三.卸載
sudo apt-get remove google-chrome-stable