Installing Google Chrome to Debian or Ubuntu is very easy, first you need to download the package from Google. There are 4 packages for Linux platform currently from Google:
1. 32 bit .deb (For Debian/Ubuntu)
2. 64 bit .deb (For Debian/Ubuntu)
3. 32 bit .rpm (For Fedora/openSUSE)
4. 64 bit .rpm (For Fedora/openSUSE)
Download the .deb package and then double click it to install. You can also execute following command:
sudo dpkg -i google-chrome-stable_current_i386.deb
If you see any dependency errors use the following command:
sudo apt-get -f install
Note: Installing Google Chrome will add the Google repository so your system will automatically keep Google Chrome up to date. If you don’t want Google's repository, do “sudo touch /etc/default/google-chrome” before installing the package.
How to install Google Chrome in Debian?