如果童鞋可以翻墙或网速飞快,则可以直接访问http://www.google.cn/chrome/browser/desktop/index.html 点击下载安装即可!
可以通过配置Yum源的方式安装
一 /添加谷歌软件库文件
在/etc/yum.repos.d/目录下创建一个名为google.repo的文件
sudo vi /etc/yum.repos.d/google.repo
二/编辑仓库
32位系统
[google]
name=Google - i386
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
64位系统
[google64]
name=Google - x86_64
baseurl=http://dl.google.com/linux/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
三 /安装浏览器
yum install google-chrome-stable
如果是Fedora
dnf install google-chrome-stable