debian8.8安装谷歌浏览器
第一步:下载:
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