第一步:下載:
wget https:
//dl
.google.com
/linux/direct/google-chrome-stable_current_i386
.deb //32位
wget https:
//dl
.google.com
/linux/direct/google-chrome-stable_current_amd64
.deb //64位
第二步:安裝
dpkg -i google-chrome*.deb
如果提示出錯:用命令修復:
apt-get -f
install
(所有命令在root下執行)
參考:http://www.yyearth.com/article/15-02/chromenew.html