Hello Linux Geeksters. As you may know, Google Chrome 33 stable has been recently released. Among others, it comes with about 28 bug-fixes and improvements. For more information about this release, see the official changelog.

In this article I will show you how to install Google Chrome 33 (stable) on Ubuntu, Linux Mint, Pear OS, Elementary OS and Debian.
Since it is available via the Google Repository, installing Google Chrome 33 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-chrome-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