August 2009
Install Chromium (Google chrome) web browser in Ubuntu | Ubuntu Geek
Install Chromium (Google chrome) web browser in Ubuntu
June 7, 2009 · General · Email This Post
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. The Chromium codebase is the basis for Google’s Chrome browser.
First you need to edit the /etc/apt/sources.list file
sudo gedit /etc/apt/sources.list
September 2008
How to Install Chromium (Google chrome) in Ubuntu using deb package -- Ubuntu Geek
We have already discussed how to install google chrome using wine .Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. The Chromium codebase is the basis for Google’s Chrome browser.
First you need to download .deb package from here using the following command
wget http://media.codeweavers.com/pub/crossover/chromium/cxchromium_0.9.0-1_i386.deb
Now you have cxchromium_0.9.0-1_i386.deb package install this package using the following command
sudo dpkg -i cxchromium_0.9.0-1_i386.deb
This will complete the installation
If you want to open chromium go to Applications->CrossOver Chromium->Chromium
1
(2 marks)
