在安装chrome浏览器的时候找了一些资料,下面的连接就是比较详细的安装方式,这里注意的问题就是按照文章所说的配置,可能在中国网络连接不过去,所以需要在后面添加上--nogpgcheck 取消用gpg检查gpgkry.
下面是简洁的安装方式以及相关的资料:
1.配置yum下载源:
在目录 /etc/yum.repos.d/ 下新建文件 google-chrome.repo, 并且在该文件中添加如下内容:
1 [google-chrome] 2 name=google-chrome 3 baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch 4 enabled=1 5 gpgcheck=1 6 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub 7 ~
2. 安装google chrome浏览器:
[root@localhost yum.repos.d]# yum -y install google-chrome-stable
PS: Google官方源可能在中国无法使用,导致安装失败或者在国内无法更新,可以添加以下参数来安装:
[root@localhost yum.repos.d]# yum -y install google-chrome-stable --nogpgcheck
这样,google chrome就可在安装成功。
文章的连接: https://www.tecmint.com/install-google-chrome-on-redhat-centos-fedora-linux/
Google Chrome is a freeware web browser developed by Google Inc. Google Chrome team proudly announced the release of Google Chrome 63 on December 6, 2017.