商务合作加Q:411239339

CentOS 7 中安装谷歌浏览器

浏览:288次阅读
没有评论

共计 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

 

正文完
扫码赞助
post-qrcode
 0
果子
版权声明:本站原创文章,由 果子 于2015-07-01发表,共计515字。
转载说明:除特殊说明外本站文章皆由果较瘦原创发布,转载请注明出处。
评论(没有评论)