Software >> OS >> Unix >> Linux >> Red Hat Enterprise Linux >> 7.x >> How to install google chrome

assumes you server have internet access

Create a google repo file

# vi /etc/yum.repos.d/google.repo 

[google]
name=google
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1

 

Test the new repo

# yum info google-chrome-stable

 

Install from the yum reposiitory

# yum install google-chrome-stable

 

 

 

When running chrome browser,  make sure you are not logged as root.
The binary will be at  /usr/bin/google-chrome

$ google-chrome