Manas T

The Random Blog

Install Google Chrome browser on Ubuntu Linux

with one comment

Development is rapidly progressing on the Linux version of the Chrome browser from Google. The latest build (4.0.202.2) on Linux now has experimental Plugins Support (read Flash) and even inherits your GNOME theme and Icons.

You can easily install Google Chrome browser on your Ubuntu Linux. Follow the below steps to install Google Chrome browser on Ubuntu Linux.

1. Go to this page and download the 32 bit or 64 bit deb of Google Chrome for Linux. These are the Dev channel builds for Chrome, so you always get the latest updates.

2. Open Terminal and type the below command to install Google Chrome:

If you have downloaded the 32 bit version:

sudo dpkg -i google-chrome-unstable_current_i386.deb

If you have downloaded the 64 bit version:

sudo dpkg -i google-chrome-unstable_current_amd64.deb

This will automatically add Google’s repo to your Software Sources. So you receive all future updates from Google automatically. :)

If you are using Adobe Flash on your Ubuntu, here is how to enable Flash on Google Chrome. Type the below commands in Terminal:

sudo cd /opt/google/chrome/
sudo mkdir plugins
sudo cd plugins
sudo ln -s /usr/lib/flashplugin-installer/libflashplayer.so
Now create a shortcut to Google Chrome on Desktop. Right Click –> Properties. Change the command field value to:
/opt/google/chrome/google-chrome --enable-plugins %U

Now open Google Chrome. A faster internet browser with Flash. :)

Written by Manas

August 26th, 2009 at 9:22 pm

Posted in Uncategorized

Tags: , ,

2 Trackbacks/Pingbacks

  1. Free Download Mozilla Firefox 3.6.3 | Software Finder
  2. Free Download Flock 2.5.6 | Software Finder

with one comment to “Install Google Chrome browser on Ubuntu Linux”

Subscribe comments with RSS. TrackBack URL.

  1. uday

    10 Sep 09 at 6:15 pm

    Informative

    Thanks

Leave a Reply