This tutorial works for all the new dpkg based distributions, such as Ubuntu 12.04 and Ubuntu 12.10, Linux Mint 13 and Linux Mint 14, Debian Sid, Knoppix, Pinguy OS and others.

Today I will show you how to install Google Chrome on your favourite Debian based distro. Follow this to steps to manage a succesfully installation:
One: For 32 bit architecture:
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
One’ : For 64 bit architecture:
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Two: Install the .deb file:
$ sudo dpkg -i google-chrome*.deb
Three: Fix the Google Chrome dependencies issue:
$ sudo apt-get -f install