Home

On 9/2/10 0 comments


Chromium is the open-source browser on which the Google Chrome browser is based. Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier. the opportunity this time I will share on your way to install chromium for ubuntu Lucid

1. Edit the source.list file:
sudo gedit /etc/apt/sources.list

2.Add these launchpad repositories to the source.list file.
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main

3. Add the GPG key (you must have port 11371 open in your firewall to use the keyserver):
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5

4. Update the source list:
sudo apt-get update

5. Install Chromium:
sudo apt-get install chromium-browser

6. Start Chromium:
Applications -> Internet -> Chromium Web Browser

0 comments:

Post a Comment