centos7.3火狐浏览器安装flash失败后安装goole浏览器

草蛋 差了n个文档 firefox就是安装不上flash 

在目录 /etc/yum.repos.d/ 下新建文件 google-chrome.repo, 并且在该文件中添加如下内容:


CentOS7 安装Chrome浏览器 


1 [google-chrome]
2 name=google-chrome
3 baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
4 enabled=1
5 gpgcheck=1
6 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
7 ~                                                                


2. 安装google chrome浏览器:

[root@localhost yum.repos.d]# yum -y install google-chrome-stable --nogpgcheck

你可能感兴趣的:(centos7.3火狐浏览器安装flash失败后安装goole浏览器)