首先在centos 系统中新建一个google chrome的yum源。
[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
然后执行安装操作
1. 安装chrome稳定版
yum install google-chrome-stable
2. 安装chrome的beta版
yum install google-chrome-beta
3. 安装chrome的非稳定版
yum install google-chrome-unstable