Linux :how to install Google Chrome Web browser on Fedora and CentOs

This howto explains howto install Google Chrome Web browser on Fedora and CentOs.Best way to install and keep up-to-date with Google Chrome browser is use Google’s own YUM repository.

Enable Google YUM repository

Add following to /etc/yum.repos.d/google.repo file:
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

Install Google Chrome with YUM (as root user)

yum install google-chrome-beta

## OR install unstable version##
yum install google-chrome-unstable-unstabe-ch!

5 thoughts on “Linux :how to install Google Chrome Web browser on Fedora and CentOs

  1. kartook says:

    Here is the update for you

    create the repo file. “vi /etc/yum.repos.d/google.repo” and add the following lines into the file.

    [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
    [google-chrome]
    name=google-chrome
    baseurl=http://dl.google.com/linux/rpm/stable/i386
    enabled=1
    gpgcheck=1

    kartook@Dwarez:~$ yum list google-chrome-*

  2. Pingback: failed dependencies in google chrome installation on fedora 9

  3. Pingback: failed dependencies in google chrome installation on fedora 9 - xBlurb

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.