google-chrome is the web browser from Google, its current stable version is Version 33.0.1750.117.
Google Chrome Stable Version 33.0.1750.117 running on Fedora 20 x86
In this tutorial we are going install Google Chrome in Fedora 20, 19,18
To install Google Chrome in Fedora,
Open Terminal, and run the command below to create Google-Chrome repo.
# vi /etc/yum.repos.d/google-chrome.repo
Copy/Paste the codes below according to your OS type 32/64 bit and save it.
32-bit
[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
64-bit
[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
Install Google Chrome
Open terminal and as root user:
[root@localhost] su Password:
Run the commands to install Google Chrome Stable (Strongly Recommended if you don’t know which to install), Unstable and Beta.
Stable version
# yum install google-chrome-stable
Unstable version
# yum install google-chrome-unstable
Beta version
# yum install google-chrome-beta
Enjoy!