[转帖]Centos7 yum安装Chrome浏览器

Posted jinanxiaolaohu

tags:

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

 
https://www.cnblogs.com/ianduin/p/8727333.html
以及
https://blog.csdn.net/libaineu2004/article/details/82821405

注意安装完之后的目录是 

/opt/google/chrome

root用户启用 chrome 需要使用的命令是 
cd /opt/google/chrome
./chrome --no-sandbox

root用户下,必须带上参数--no-sandbox,否则运行不起来。

 

 

一.创建yum源文件

vim /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=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浏览器