多语言展示
当前在线:1744今日阅读:155今日分享:35

在centos7.x上chrome浏览器yum源配置

在国内Google服务被屏蔽,在官网上下载chrome浏览器很慢所以我尝试配置yum源的方式安装chrome浏览器
方法/步骤
1

cd  /etc/yum.repos.d/

2

vi  google.repo

3

[gogle]name=Google-x86_64baseurl=http://dl.google.com/linux/rpm/stable/x86_64enabled=1gpgcheck=0gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pubyum install google-chrome-stable

4

yum install google-chrome-stable

推荐信息