Linux - How to install chrome, Google browser for linux

How to install chrome

How to install chrome browser in linux?

Google chrome browser can be simply installed in linux just by using yum command. In some cases you may not succeed with "yum" command, when there is no repo file. To "Enable Google YUM repository", Add following to /etc/yum.repos.d/google.repo file or create new google.repo in that directory:

for 32-bit version,
[google-chrome]
name=google-chrome - 32-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
for 64-bit version,
[google-chrome]
name=google-chrome - 64-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

Note: Both 32-bit and 64-bit repos can be placed in the same file.
Install Google Chrome with YUM (as root user)
Install Google Chrome Stable Version

Install Google Chrome Stable version
 # yum install google-chrome-stable

Install Google Chrome Beta Version
 # yum install google-chrome-beta

Install Google Chrome Unstable Version
 # yum install google-chrome-unstable

The topic on Linux - How to install chrome is posted by - Math

Hope you have enjoyed, Linux - How to install chromeThanks for your time

Tech Bluff