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

yuanwenlianjie : https://www.cnblogs.com/ianduin/p/8727333.html

猜你喜欢

转载自blog.csdn.net/qq_22227087/article/details/80745261