<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>osscc &#187; Web Browser</title>
	<atom:link href="http://www.osscc.org/category/software/web-browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.osscc.org</link>
	<description>free open source software for cyber cafe</description>
	<lastBuildDate>Wed, 03 Aug 2011 18:06:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Install Chromium (Google chrome) in Ubuntu using deb package</title>
		<link>http://www.osscc.org/2009/12/how-to-install-chromium-google-chrome-in-ubuntu-using-deb-package/</link>
		<comments>http://www.osscc.org/2009/12/how-to-install-chromium-google-chrome-in-ubuntu-using-deb-package/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 23:06:00 +0000</pubDate>
		<dc:creator>osscc</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Web Browser]]></category>

		<guid isPermaLink="false">http://www.osscc.org/2009/12/how-to-install-chromium-google-chrome-in-ubuntu-using-deb-package/</guid>
		<description><![CDATA[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 can use this tutorial to install chromium in [...]]]></description>
			<content:encoded><![CDATA[<p>We have already discussed how to install <a href="http://www.ubuntugeek.com/install-google-chrome-with-wine-in-ubuntu.html" target="_blank">google chrome using wine</a> .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.<br /><span id="more-645"></span>First you can use <a href="http://www.ubuntugeek.com/install-chromium-google-chrome-web-browser-in-ubuntu.html" target="_blank">this tutorial to install chromium</a> in Ubuntu using PPAs and after that you can try any one of the following methods. </p>
<p>First you need to download .deb package from <a href="http://www.codeweavers.com/services/ports/chromium/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.codeweavers.com');" target="_blank">here</a> using the following command<br />wget http://media.codeweavers.com/pub/crossover/chromium/cxchromium_0.9.0-1_i386.deb<br />Now you have cxchromium_0.9.0-1_i386.deb package install this package using the following command<br />sudo dpkg -i cxchromium_0.9.0-1_i386.deb</p>
<p><b>Using Ubuntu PPA</b><br />First you need edit /etc/apt/sources.list file<br />
<blockquote>gksudo gedit /etc/apt/sources.list</p></blockquote>
<p><b>Add the following two lines for Ubuntu 9.04 (Jaunty) Users</b><br />
<blockquote>deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main<br />deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main</p></blockquote>
<p><b>For ubuntu 9.10 (Karmic) Users add the following two lines</b><br />
<blockquote>deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main<br />deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main </p></blockquote>
<p>save and exit the file<br />Now add the GPG key using the following command<br />sudo apt-key adv <code>--</code>recv-keys <code>--</code>keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5<br />or For karmic users use the following command<br />
<blockquote>sudo add-apt-key ppa:chromium-daily/ppa</p></blockquote>
<p>Update source list<br />
<blockquote>sudo apt-get update</p></blockquote>
<p>Install chromium browser using the following command<br />
<blockquote>sudo apt-get install chromium-browser</p></blockquote>
<p>#<br />This will complete the installation<br />If you want to open chromium go to Applications-&gt;CrossOver Chromium-&gt;Chromium<br />Chromium web browser in action</p>
<p><img alt="" height="384" src="http://www.ubuntugeek.com/images/chromium.png" style="vertical-align: middle;" width="641" /></p>
<hr />Source : <a href="http://www.ubuntugeek.com/how-to-install-chromium-google-chrome-in-ubuntu-using-deb-package.html">http://www.ubuntugeek.com/how-to-install-chromium-google-chrome-in-ubuntu-using-deb-package.html</a></p>
<p><map name='google_ad_map_167_3db9945d9ae1c815'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/167?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_167_3db9945d9ae1c815' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=167&amp;url= http%3A%2F%2Fwww.osscc.org%2F2009%2F12%2Fhow-to-install-chromium-google-chrome-in-ubuntu-using-deb-package%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.osscc.org/2009/12/how-to-install-chromium-google-chrome-in-ubuntu-using-deb-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

