Thursday, June 30, 2011

How to install Google Chrome in RHEL 6 or in Fedora 14/15?

I have just installed RHEL 6 on my laptop. Now since Google chrome has been my all time favorite web browser and it now supports linux also so I wanted to install it in RHEL 6. Now I am going to tell you the procedure which I followed to install it:

Step 1: Go to the yum.repos.d and then make a file named as google.repo (You can choose any name) Here are the commands.

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

then in the file write which is given below (for both 32bit and 64 bit).

[google] name=Google - i386 baseurl=http://dl.google.com/linux/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
 
[google64] name=Google - x86_64 baseurl=http://dl.google.com/linux/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

Save the file using wq!

Step 2: Now to install the stable version use this command
## Install Google Chrome Stable version ## yum install google-chrome-stable

To install the beta version use this command
## Install Google Chrome Beta version ## yum install google-chrome-beta

To install the unstable version use this command
## Install Google Chrome Unstable version ## yum install google-chrome-unstable 


It will start downloading :-))

No comments:

Post a Comment