Thursday, March 31, 2011

Steps to install Google Chrome in Fedora 13

Enable Google YUM repository

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

To create this,

su
enter password
cd /etc/yum.repos.d/
vim google.repo

An vim editor will open so paste 32 bit or 64 bit below for the corresponding Machine

32 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
64 bit:
[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
Then give any one of these three,
## 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