Centos7 yum安装Chrome浏览器

Centos7 yum安装Chrome浏览器

 

一.建立yum源文件html

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

二.输入yum源信息linux

复制代码

[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 chromechrome

yum -y install google-chrome-stable --nogpgcheck
相关文章
相关标签/搜索