一、安装chrome浏览器
1.系统需求
CentOS 7 系统必须是 64 位系统,Chrome 没有 32 位系统的软件包。
2.在 CentOS 7 系统中添加谷歌官方 Yum 软件源
在 CentOS 7 系统下的 /etc/yum.repos.d/ 文件夹中创建 google-chrome.repo 文件:
sudo vi /etc/yum.repos.d/google-chrome.repo
添加如下 Yum 软件源信息:
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=0
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
3.查看谷歌 Chrome 浏览器的软件包信息
sudo yum info google-chrome-stable
系统可能会显示如下信息:
可安装的软件包
名称 :google-chrome-stable
架构 :x86_64
版本 :67.0.3396.87
发布 :1
大小 :50 M
源 :google-chrome/x86_64
简介 : Google Chrome
网址 :https:

1万+

被折叠的 条评论
为什么被折叠?



