Hello Linux Geeksters. As you may know, Google Chrome 30 has been released today. Among others, it includes new extension APIs, an easier searching by image, allowing the users to right click the image to search for it on Google, some performance improvements and security fixes. For more information, see the announcement.

In this article I will show you how to install Google Chrome 31 on Fedora 19, Fedora 18 and Fedora 17.
Because it is available via the Google Repository, installing Chrome 31 on the latest Fedora systems available is easy. Follow the above instructions, in order to get a successful installation:
Add the Google Repository to your system (as root):
$ su root
# cat > /etc/yum.repos.d/google-chrome.repo<<EOF
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
EOF
Update the local repository index (as root):
# yum update
Install Google Chrome 31 (as root):
# yum install google-chrome-stable