注意:Google Chrome已经不在支持Linux 32位系统了。

CentOS安装Google Chrome浏览器

适用系统RHEL 7.x, CentOS 7.x。

#1 添加Chrome源:

创建文件:

vim /etc/yum.repos.d/google-chrome.repo

 

写入如下内容:

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

 

gfw貌似解封了http://dl.google.com,但是https://dl-ssl.google.com依然不能用。

#2 安装Chrome浏览器

查看信息:

yum info google-chrome-stable

 

安装:

yum install google-chrome-stable

 

运行:

centos-chrome