# 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

# yum install lib*
I found the only one dependency required by Google Chrome –
Google Chrome version 46.0 can be successfully installed on CentOS 6.7 (64-bit) by following steps:
1. download libstdc++47-4.7.0-16.1.x86_64.rpm from ftp://ftp.pbone.net/mirror/ftp5.gwdg.de … x86_64.rpm
2. download google-chrome-stable from http://www.gooogle.com/chrome
https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
3. install the dependency
rpm -ivh libstdc++47-4.7.0-16.1.x86_64.rpm
# wget http://chrome.richardlloyd.org.uk/install_chrome.sh
# chmod u+x install_chrome.sh
# ./install_chrome.sh
Start browser
# google-chrome &d
You can install it on any Linux including CentOS, RHEL, and OEL Linux.
Find out if your Linux is a 32bit or 64 bit
$ uname -m
x86_64
Open the Terminal application. Grab 64bit Google Chrome
# wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
# sudo yum install ./google-chrome-stable_current_*.rpm
# google-chrome &