How to Install Google Chrome on Fedora 18, 17, 16 and CentOS

Hello Linux Geeksters.

Watch Free Movies

In this article I will show you how to install Google Chrome on Fedora 18, Fedora 17, Fedora 16, 15, 14, 13 and CentOS.

Add the Google Repository:

$ wget https://dl-ssl.google.com/linux/linux_signing_key.pub
$ sudo rpm --import linux_signing_key.pub

Next, paste this commands in the terminal:

For 32 bit Systems:

$ sudo sh -c 'echo "[google-chrome]
name=Google Chrome 32-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386" >> /etc/yum.repos.d/google-chrome.repo'

For 64 bit Systems:

$ sudo sh -c 'echo "[google-chrome]
name=Google Chrome 64-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64" >> /etc/yum.repos.d/google-chrome.repo'

Update the repositories:

$ sudo yum update

Install Google Chrome Stable:

$ sudo yum install google-chrome-stable

Install Google Chrome Beta:

$ sudo yum install google-chrome-unstable

Install Google Chrome Unstable:

$ sudo yum install google-chrome-unstable

Scroll to Top