Install Google Chrome on Fedora 17 via YUM repository
This tutorial will show you how to install latest version of Google Chrome on Fedora 17 x86_64 via yum repository. This tutorial is applied to Fedora 17 x86_64 edition (64bit). By installing Google Chrome this way, we can get future update on every stable version of Google Chrome released.
First, we need to add Google Chrome repo to Fedora 17 x86_64. Type the following command on Terminal
nano /etc/yum.repos.d/google-chrome.repo
Then, copy and paste the following lines to it. Save and close nano.
[google-chrome]name=google-chromebaseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64enabled=1gpgcheck=0
Still in Terminal, use this command to install Google Chrome on Fedora 17 x86_64
yum install google-chrome-stableWhen finished, Google Chrome should be installed on your Fedora 17 x86_64