<?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>rajaseelan.com &#187; install</title>
	<atom:link href="http://rajaseelan.com/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://rajaseelan.com</link>
	<description>junk food for the brain ...</description>
	<lastBuildDate>Tue, 28 Jul 2009 16:37:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Enable Flash in Google Chrome for Fedora 11 i686</title>
		<link>http://rajaseelan.com/2009/07/27/how-to-enable-flash-in-google-chrome-for-fedora-11-i686/</link>
		<comments>http://rajaseelan.com/2009/07/27/how-to-enable-flash-in-google-chrome-for-fedora-11-i686/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 15:45:41 +0000</pubDate>
		<dc:creator>raja</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 11]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash-plugin]]></category>
		<category><![CDATA[install]]></category>

		<guid isPermaLink="false">http://rajaseelan.com/?p=240</guid>
		<description><![CDATA[So you&#8217;ve installed the latest development builds of Chromium for Fedora Linux. The only thing lacking is that youtube is not loading. If not, what are you waiting for? Refer to one of my previous posts.
First make sure you install the Adobe yum repository.
As root:-


rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm


Then install the flash plugin.


yum install flash-plugin.i386


The flash plugin [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve installed the latest development builds of Chromium for Fedora Linux. The only thing lacking is that youtube is not loading. If not, what are you waiting for? Refer to one of my <a href="http://rajaseelan.com/2009/07/04/how-to-install-google-chrome-in-fedora-10-or-fedora-11/">previous posts</a>.</p>
<p>First make sure you install the Adobe yum repository.</p>
<p>As root:-</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm</pre>
</div>
</div>
<p>Then install the flash plugin.</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">yum install flash-plugin.i386</pre>
</div>
</div>
<p>The flash plugin will be installed in <code>/usr/lib/flash-plugin/libflashplayer.so</code></p>
<p>Chrome plugins are supposed to be located in <code>/usr/lib/chromium-browser/plugins</code>. So lets create a symbolic link, so that whenever your Adobe flash plugin is updated, your Chrome automatically gets the latest version.</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">n -sv /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/chromium-browser/plugins/libflashplayer.so</pre>
</div>
</div>
<p>Now start your Chrome browser from the command line, with the <code>--enable-plugins</code> switch. This will enable the flash plugin. </p>
<p>Here&#8217;s a screenshot of me watching a video from youtube on chrome:-</p>
<div id="attachment_241" class="wp-caption aligncenter" style="width: 310px"><a href="http://rajaseelan.com/wp-content/uploads/2009/07/chromium-flash-in-action.png"><img src="http://rajaseelan.com/wp-content/uploads/2009/07/chromium-flash-in-action-300x211.png" alt="Flash Player in Google Chrome for Linux" title="Flash Player in Google Chrome for Linux" width="300" height="211" class="size-medium wp-image-241" /></a>
<p class="wp-caption-text">Flash Player in Google Chrome for Linux</p>
</div>
<p>Say goodbye to geek productivity once this is done <img src='http://rajaseelan.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rajaseelan.com/2009/07/27/how-to-enable-flash-in-google-chrome-for-fedora-11-i686/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to install Google Chrome in Fedora 10 or Fedora 11</title>
		<link>http://rajaseelan.com/2009/07/04/how-to-install-google-chrome-in-fedora-10-or-fedora-11/</link>
		<comments>http://rajaseelan.com/2009/07/04/how-to-install-google-chrome-in-fedora-10-or-fedora-11/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 09:56:42 +0000</pubDate>
		<dc:creator>raja</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 11]]></category>
		<category><![CDATA[fedore 10]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[install]]></category>

		<guid isPermaLink="false">http://rajaseelan.com/?p=149</guid>
		<description><![CDATA[Google has its open source version of its Chrome browser, currently under heavy development. The open source version is called Chromium.
Tom &#8216;Spot&#8217; Callaway, the Fedora Engineering Manager, has created a rpm repository with precompiled versions of the chromium browser.
To install chromium, create a chromium.repo file in your /etc/yum.repos.d directory.


vim /etc/yum.repos.d/chromium.repo


Then fill it up with this:-


[chromium]
name=Chromium [...]]]></description>
			<content:encoded><![CDATA[<p>Google has its open source version of its <a href="http://www.google.com/chrome">Chrome</a> browser, currently under heavy development. The open source version is called <a href="http://blog.chromium.org/">Chromium</a>.</p>
<p><a href="http://fedoraproject.org/wiki/User:Spot">Tom &#8216;Spot&#8217; Callaway</a>, the Fedora Engineering Manager, has created a rpm repository with precompiled versions of the chromium browser.</p>
<p>To install chromium, create a <code>chromium.repo</code> file in your <code>/etc/yum.repos.d</code> directory.</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">vim /etc/yum.repos.d/chromium.repo</pre>
</div>
</div>
<p>Then fill it up with this:-</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">[chromium]
name=Chromium Test Packages
baseurl=http://spot.fedorapeople.org/chromium/F$releasever/
enabled=1
gpgcheck=0</pre>
</div>
</div>
<p>After that, just <code>yum install chromium</code></p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">[root@atreides ~]# yum install chromium
Loaded plugins: fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
 * fedora: mirror.oscc.org.my
 * rpmfusion-free: mirror.transact.net.au
 * rpmfusion-free-updates: mirror.transact.net.au
 * rpmfusion-nonfree: mirror.transact.net.au
 * rpmfusion-nonfree-updates: mirror.transact.net.au
 * updates: ftp.riken.jp
chromium                                                 | 1.2 kB     00:00
chromium/primary                                         | 2.4 kB     00:00
chromium                                                                    7/7
Setting up Install Process
Resolving Dependencies
--&gt; Running transaction check
---&gt; Package chromium.i586 0:3.0.191.0-0.1.20090628svn19474.fc11 set to be updated
--&gt; Processing Dependency: libv8.so.0 for package: chromium-3.0.191.0-0.1.20090628svn19474.fc11.i586
--&gt; Running transaction check
---&gt; Package v8.i586 0:1.2.9-1.20090626svn2284.fc11 set to be updated
--&gt; Finished Dependency Resolution
&nbsp;
Dependencies Resolved
&nbsp;
================================================================================
 Package     Arch    Version                                  Repository   Size
================================================================================
Installing:
 chromium    i586    3.0.191.0-0.1.20090628svn19474.fc11      chromium     11 M
Installing for dependencies:
 v8          i586    1.2.9-1.20090626svn2284.fc11             chromium    858 k
&nbsp;
Transaction Summary
================================================================================
Install      2 Package(s)
Update       0 Package(s)
Remove       0 Package(s)
&nbsp;
Total download size: 12 M
Is this ok [y/N]: y
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 12 M
(1/2): chromium-3.0.191.0-0.1.20090628svn19474.fc11.i586 |  11 MB     01:11
(2/2): v8-1.2.9-1.20090626svn2284.fc11.i586.rpm          | 858 kB     00:06
--------------------------------------------------------------------------------
Total                                           149 kB/s |  12 MB     01:19
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : v8-1.2.9-1.20090626svn2284.fc11.i586                     1/2
  Installing     : chromium-3.0.191.0-0.1.20090628svn19474.fc11.i586        2/2
&nbsp;
Installed:
  chromium.i586 0:3.0.191.0-0.1.20090628svn19474.fc11
&nbsp;
Dependency Installed:
  v8.i586 0:1.2.9-1.20090626svn2284.fc11
&nbsp;
Complete!</pre>
</div>
</div>
<p>And walla!! Chromium for Fedora !!!</p>
<p>Here&#8217;s a screenshot of Chromium running on my machine:<br />
<img src="http://rajaseelan.com/wp-content/uploads/2009/07/chromium-300x211.png" alt="chromium" title="chromium" width="300" height="211" class="aligncenter size-medium wp-image-153" /><br />
Sources:-</p>
<ul>
<li><a href="http://spot.livejournal.com/308900.html">Tom&#8217;s Livejournal Entry</a></li>
<li><a href="http://fedoraproject.org/wiki/User:Spot">About Tom</a></li>
<li><a href="http://spot.fedorapeople.org/chromium/">The Fedora Chromium Repo</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rajaseelan.com/2009/07/04/how-to-install-google-chrome-in-fedora-10-or-fedora-11/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
