Centos7 yum安装Chrome浏览器

Posted ianduin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7 yum安装Chrome浏览器相关的知识,希望对你有一定的参考价值。

 

一.创建yum源文件

cd /etc/yum.repo.d/
touch google-chrome.repo

二.输入yum源信息

[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

三.安装google chrome

yum -y install google-chrome-stable --nogpgcheck

 

以上是关于Centos7 yum安装Chrome浏览器的主要内容,如果未能解决你的问题,请参考以下文章

CentOS7系列--安装Chrome浏览器

centos7如何安装chrome浏览器?

centos7如何安装chrome浏览器?

转载CentOS7 安装Chrome浏览器

centos7安装chrome浏览器

centos7安装google浏览器