Hello Linux Geeksters.

In this article I will show you how to install the latest Google Chrome Stable Version on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Debian Sid, Debian Wheezy and Debian Squeeze.
The latest Google Chrome Stable Version is Google Chrome 27.
For 32 bit systems, do this:
$ wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
$ sudo dpkg -i google-chrome-*.deb
$ sudo apt-get install -f
For 64 bit systems, do this:
$ wget -c wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
$ sudo dpkg -i google-chrome-*.deb
$ sudo apt-get install -f