<?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>blog.joaomorais.com &#187; Chrome</title>
	<atom:link href="http://blog.joaomorais.com/tag/chrome/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joaomorais.com</link>
	<description>Blog about software development, personal projects and development tools.</description>
	<lastBuildDate>Mon, 10 Apr 2017 02:26:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Google Chrome Web Browser Installation on Linux</title>
		<link>http://blog.joaomorais.com/google-chrome-web-browser-installation-on-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-chrome-web-browser-installation-on-linux</link>
		<comments>http://blog.joaomorais.com/google-chrome-web-browser-installation-on-linux/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 22:14:47 +0000</pubDate>
		<dc:creator>João Morais</dc:creator>
				<category><![CDATA[Papers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chromium]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://blog.joaomorais.com/?p=399</guid>
		<description><![CDATA[Tired of the slowness of Mozilla Firefox and curious with the acclaimed performance of Google Chrome (or Chromium, if you prefer), today I&#8217;ve decided to give it a try. Although it is still an alpha version it already allows you to perform the regular navigation activities that you are used to with an incredible speed. [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright  wp-image-401" title="Google Chrome (Chromium)" src="http://blog.joaomorais.com/wp-content/uploads/google-chrome_256-150x150.png" alt="Google Chromium" />Tired of the slowness of <a title="Mozilla Firefox" href="http://www.mozilla.com/firefox/">Mozilla Firefox</a> and curious with the acclaimed performance of <a title="Google Chrome (Chromium)" href="http://code.google.com/chromium/">Google Chrome</a> (or <a title="Google Chrome (Chromium)" href="http://code.google.com/chromium/">Chromium</a>, if you prefer), today I&#8217;ve decided to give it a try.</p>
<p>Although it is still an alpha version it already allows you to perform the regular navigation activities that you are used to with an incredible speed.</p>
<p>It&#8217;s layout is also a bit different of what we are used to, in my opinion it is great, <a title="KISS principle in Wikipedia" href="http://en.wikipedia.org/wiki/KISS_principle">KISS principle</a> all the way.  I also like the new functionalities like the task manager which allows you to take control over the used memory with each tab/window and the browser itself.</p>
<p><span id="more-399"></span>With all this in mind I expect a great browser to arise from <a title="Google" href="http://www.google.com">Google</a> in the next months. Below are the steps that I needed to perform to install <a title="Google Chrome (Chromium)" href="http://code.google.com/chromium/">Chromium</a> on <a title="Xubuntu" href="http://www.xubuntu.org/">Xubuntu</a> 8.10 (Intrepid).</p>
<p>First of all you need to edit the /etc/apt/sources.list file:</p>
<pre class="brush:shell">$ sudo gedit /etc/apt/sources.list</pre>
<p>Add the following two lines at the bottom of the file:</p>
<pre class="brush:shell">deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main</pre>
<p>Now save/close the file and add the GPG key using the following command:</p>
<pre class="brush:shell">--rev-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5</pre>
<p>Next we will update the source list and install the browser:</p>
<pre class="brush:shell">$ sudo apt-get update
$ sudo apt-get install chromium-browser</pre>
<p>If you want you can also enable flash support by copying (or linking) your previously installed flash library into browser plugins directory:</p>
<pre class="brush:shell">$ sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/chromium-browser/plugins</pre>
<p>And you are done, next time you run it you will only need to specify the plugins usage with following command:</p>
<pre class="brush:shell">$ chromium-browser --enable-plugins</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.joaomorais.com/google-chrome-web-browser-installation-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
