Hello Linux Geeksters. As you may know, Google Chrome 31 unstable has been released a while ago, bringing a few bugfixes and improvements to the previous version. For more information, see the changelog.

In this article I will show you how to install Google Chrome 31 unstable on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya and Elementary OS 0.2 Luna.
Because it is available via the official Google repository, installing Google Chrome 31 on Ubuntu, Linux Mint and Elementary OS is easy. All you have to do is:
Add the Google Chrome repository:
$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
Add the repository key:
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Update the local repository index:
$ sudo apt-get update
Install Google Chrome 31:
$ sudo apt-get install google-chrome-unstable