-
编辑
/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=https://dl-ssl.google.com/linux/linux_signing_key.pub
-
安装chrome
yum install google-chrome-stable # 国内背墙,无法安装,可以添加参数 --nogpgcheck
-
启动chrome
google-chrome &
网友评论