配置yum下載源:linux
在目錄 /etc/yum.repos.d/ 下新建文件 google-chrome.repochrome
[root@localhost ~]# cd /ect/yum.repos.d/ [root@localhost yum.repos.d]# vim google-chrome.repo
編輯google-chrome.repo,內容以下,,編輯後保存退出(:wq)vim
[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瀏覽器:瀏覽器
[root@localhost yum.repos.d]# yum -y install google-chrome-stable
PS: Google官方源可能在中國沒法使用,致使安裝失敗或者在國內沒法更新,能夠添加如下參數來安裝:google
[root@localhost yum.repos.d]# yum -y install google-chrome-stable --nogpgcheck
這樣,google chrome就可在安裝成功。url