This tutorial will show you how to install Google Chrome in Ubuntu 12.04 .
Trivia :
According to Statcounter , Google chrome is most widely used browser in the world .
If you want to know more Google chrome , refer following links:
https://www.google.com/intl/en/chrome/browser/
http://en.wikipedia.org/wiki/Google_Chrome
How to Install :
Step 1:
First of all , download the deb file from Google’s official website :
https://www.google.com/intl/en/chrome/browser/
Choose your download package carefully in order to avoid installation error. For example , I am using 64 bit processor , So I would opt for 64 bit deb Ubuntu.
Step 2:
After the successful download of Google chrome ,Open your terminal & run following command to get into Downloads directory( get into directory where downloaded files are present) .
cd Downloads
Step 3:
Finally install Google chrome in Ubuntu 12.04 by using below command :
sudo dpkg -i <package which you downloaded>
If it is 32 bit it will be ,
sudo dpkg -i google-chrome-stable_current_i386.deb
and in case of 64bits ,it will be
sudo dpkg -i google-chrome-stable_current_i386.deb
Note :
If you are getting dependency error during installation like below,
google-chrome-stable depends on libxss1
then try below command and repeat step3 again :
sudo apt-get -f install
I hope Install Google Chrome in Ubuntu 12.04 article was useful for you .For any clarification/suggestions , Use our comment section below .
