yum install google-chrome-stable

运行 vim /etc/yum.repos.d//CentOS-Base.repo 在它文件里写入:

[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub


配置好安装源后,可以使用如下命令:

# 安装Google Chrome稳定版本
yum install google-chrome-stable

# 安装Google Chrome测试版本
yum install google-chrome-beta

# 安装Google Chrome不稳定版本
yum install google-chrome-unstable


你可能感兴趣的:(linux)