by Administrator
29. March 2011 07:18

First you need to edit the /etc/apt/sources.list file
sudo gedit /etc/apt/sources.list
Add one of the following
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
Save and exit the file
Now add the GPG key using the following command in one line
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5
Update the source list using the following command
Install chromium using the following command
sudo apt-get install chromium-browser
Done :D
You can open chromium from Applications--->Internet--->Chromium Web Browser