yeasir007

Monday, April 29, 2013

How to install google chrome on ubuntu

How to install google chrome on ubuntu
It's a common problem for Linux users who use it at first time. I have also faced this problem but actually it's so easy. Just follow this steps that's are given bellow:


Process 1 #

Step 1 : sudo apt-get install libnspr4-0d libnss3-1d libxss1 libcurl3 Step 2 : Download chrome from here Step 3: sudo dpkg -i './Downloads/google-chrome-stable_current_amd64.deb'

Process 2 #

Step 1 : sudo apt-get install libcurl3 libnspr4-0d libxss1 Step 2 : i. For 32 bit wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb ii. For 64 bit wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb Step 3 : sudo dpkg -i google-chrome* Step 4 : sudo rm google-chrome*