Posted by Andrew.
Ivan posted an article [HowTo] Install Chromium (Open Source Google Chrome) On Ubuntu in ivankristianto.com, this tutorial will show you how to install Chromium (Open Source Google Chrome) with 6 steps on Ubuntu:
1. Edit you repository list, open /etc/apt/sources.list file with this command:
sudo gedit /etc/apt/sources.list
2. Add this to the end of the file, after that safe and exit:
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
3. Now add the GPG key, use this command:
sudo apt-key adv <code>--</code>recv-keys <code>--</code>keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5
4. Update the source list with this command:
sudo apt-get upgrade
5. Install Chromium, with this command:
sudo apt-get install chromium-browser
6. That’s it! To use Chromium go to Applications > Internet > Chromium Web Browser
How to install Chromium on Ubuntu?