Sunday, August 2, 2009

Installing Google Chrome on Ubuntu

photo of google chrome running on ubuntu 32 bit

The days of battling to install Google Chrome on Linux are finally over. Just choose your version (32 or 64 bit) and download.

Download location:

The file that you download is a 'deb' file. These files are Debian packages. The package files associated with Ubuntu have the .deb suffix because of Ubuntu's close relations with the Debian GNU/Linux distribution. You will need administrative privileges to install a .deb file. To install a .deb file, simply double click on it, and then select Install Package. Alternatively, you can also install a .deb file by opening a terminal and typing:
sudo dpkg -i package_file.deb
No need to update your software sources in Synaptic. The Google deb file will do that for you automatically.
blog comments powered by Disqus