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用户打开

posted @ 2019-07-25 08:32  风雨之歌  阅读(294)  评论(0编辑  收藏  举报