How do I install google chrome on ubuntu 12.04
01 Answer
open a terminal and follow:
cd /tmp
wget
sudo dpkg -i google-chrome-stable_current_i386.debIf you want the 64bit version just replace i386 with amd64
If you encounter any errors simply use
sudo apt-get -f installTo run it from terminal use google-chrome or hit the super key and search Google or Chrome
or
0