共计 515 个字符,预计需要花费 2 分钟才能阅读完成。
首先在 /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
gpgcheck=0
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
配置好 Google Chrome 浏览器 Yum Repository 好后,可以通过以下命令来安装 Google Chrome 浏览器:
# 安装 Google Chrome 稳定版本
yum install google-chrome-stable
# 安装 Google Chrome 测试版本
yum install google-chrome-beta
# 安装 Google Chrome 不稳定版本
yum install google-chrome-unstable
正文完
扫码赞助
