debian安装google-chrome
还是简单的记录下吧,两天前刚装的今天又忘了。
首先得到*.deb的压缩包,无论是从google.com还是google.com.hk。其实比较靠谱的还是:
For 32 bit:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
For 64 bit:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
#通常,这个地址也能打开:http://www.google.cn/chrome/(手动下载地址)
- 执行安装命令
sudo dpkg -i ./google-chrome-stable_current_i386.deb
- 如果有遇到错误提示,直接执行以下命令来安装chrome浏览器需要的类库。
sudo apt-get -f install
文章出自:www.freehao123.com/linux-chrome/ 免费资源部落