Flipkart

Wednesday, March 14, 2018

 Install Google Chrome on RHEL/CentOS 7/6 


# yum update google-chrome-stable

Enable Google YUM repository

Create a file

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

[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


Install Chrome Web Browser

# yum info google-chrome-stable
....................................

Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
 * base: centos.excellmedia.net
 * extras: centos-hcm.viettelidc.com.vn
 * updates: centos-hn.viettelidc.com.vn
Available Packages
Name        : google-chrome-stable
Arch        : x86_64
Version     : 60.0.3112.90
Release     : 1
Size        : 59 M
Repo        : google-chrome
Summary     : Google Chrome
URL         : https://chrome.google.com/
License     : Multiple, see https://chrome.google.com/
Description : The web browser from Google
            :
            : Google Chrome is a browser that combines a minimal design with
            : sophisticated technology to make the web faster, safer, and
            : easier.

............................................

# yum install google-chrome-stable



No comments:

Post a Comment