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 pluginssudo cd pluginssudo ln -s /usr/lib/flashplugin-installer/libflashplayer.so
/opt/google/chrome/google-chrome --enable-plugins %U
Now open Google Chrome. A faster internet browser with Flash.
