Hello Linux Geeksters. As you may know, Google Chrome 34 (stable) has been recently released. Among others, it got enhanced support for the OK Google feature used for vocal commands (instead of pressing the mic button, just say OK Google, followed by the keyword), updated Flash Player to 13.0.0.182, responsive images and unprefixed Web Audio have been implemented, a bunch of new apps and extension APIs have been added and a number of stability enhancements have been also added. For more information, see the release notes.

In this article I will show you how to install Google Chrome 34 stable on Fedora 20, Fedora 19, CentOS 6, OpenSUSE 13.1, and OpenSUSE 12.3.
Follow the instructions for your system exactly, in order to get a successful installation.
How to install Google Chrome 34 on Fedora 20, Fedora 19 and CentOS 6:
Instructions for 32 bit systems:
$ sudo sh -c 'echo -e "[google-chrome]\nname=google-chrome - 32-bit\nbaseurl=http://dl.google.com/linux/chrome/rpm/stable/i386\nenabled=1\ngpgcheck=1\ngpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub" >> /etc/yum.repos.d/google-chrome.repo'
$ sudo yum update
$ yum install google-chrome-stable
Instructions for 64 bit systems:
$ sudo sh -c 'echo -e "[google-chrome]\nname=google-chrome - 64-bit\nbaseurl=http://dl.google.com/linux/chrome/rpm/stable/i386\nenabled=1\ngpgcheck=1\ngpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub" >> /etc/yum.repos.d/google-chrome.repo'
$ sudo yum update
$ yum install google-chrome-stable
How to install Google Chrome 34 on OpenSUSE 13.1 and OpenSUSE 12.3:
Instructions for 32 bit systems:
$ sudo zypper ar http://dl.google.com/linux/chrome/rpm/stable/i386 Google-Chrome
$ sudo zypper refresh
$ sudo zypper install google-chrome-stable
Instructions for 64 bit systems:
$ sudo zypper ar http://dl.google.com/linux/chrome/rpm/stable/x86_64 Google-Chrome
$ sudo zypper refresh
$ sudo zypper install google-chrome-stable