Hello Linux Geeksters. As you may know, Google Chrome 32 (stable) has been released a while ago. For information about the changes and improvements brought by the latest Chrome version, see the official release notes.

In this article I will show you how to install Google Chrome 32 (stable) on Ubuntu, Linux Mint, Pear OS, Elementary OS and Debian.
Since it is available via the Google Repository, installing Google Chrome 32 on Ubuntu, Linux Mint, Elementary OS and Pear OS is easy. All you have to do is add the Google repository and its key to your system, update the local repository index and install the google-unchrome-stable package. Like this:
$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable