CentOS7下安装chrome浏览器
一、yum源安装
1、配置yum源
vim /etc/yum.repos.d/chrome.repo
[chrome] name=chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch enabled=1 gpgcheck=0 #gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub |
2、安装
yum -y install google-chrome-stable
二、rpm包安装(已存百度网盘)
1、下载rpm包
网址https://www.google.cn/chrome/,选择google-chrome-stable_current_x86_64.rpm
2、配置安装环境
yum -y install gcc、gcc-c++、pax*、redhat-lsb*、libXss*、libappindicator*
3、安装
rpm -ivh google-chrome-stable_current_x86_64.rpm
Note:chrome不能使用root用户打开
生死看淡,不服就干!