<?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; fedora</title>
	<atom:link href="http://rajaseelan.com/tag/fedora/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>Temporarily Disable a Yum Repository</title>
		<link>http://rajaseelan.com/2009/07/24/temporarily-disable-a-yum-repository/</link>
		<comments>http://rajaseelan.com/2009/07/24/temporarily-disable-a-yum-repository/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 10:52:10 +0000</pubDate>
		<dc:creator>raja</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[temporary]]></category>
		<category><![CDATA[yum.]]></category>

		<guid isPermaLink="false">http://rajaseelan.com/?p=237</guid>
		<description><![CDATA[Sometimes, you may run into problems updating Fedora via yum.  What you could do is temporarily disable the offending repository, and update everything else while the errors are being fixed upstream.

List out your enabled yum repositories.


$ yum repolist


You would get something like this:


[raja@atreides ~]$ yum repolist
Loaded plugins: fastestmirror, presto, refresh-packagekit
repo id    [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, you may run into problems updating Fedora via yum.  What you could do is temporarily disable the offending repository, and update everything else while the errors are being fixed upstream.</p>
<ol>
<li>List out your enabled yum repositories.
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">$ yum repolist</pre>
</div>
</div>
<p>You would get something like this:</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">[raja@atreides ~]$ yum repolist
Loaded plugins: fastestmirror, presto, refresh-packagekit
repo id                   repo name                              status
adobe-linux-i386          Adobe Systems Incorporated             enabled:     17
chromium                  Chromium Test Packages                 enabled:      7
fedora                    Fedora 11 - i386                       enabled: 13,289
rpmfusion-free            RPM Fusion for Fedora 11 - Free        enabled:    377
rpmfusion-free-updates    RPM Fusion for Fedora 11 - Free - Upda enabled:    210
rpmfusion-nonfree         RPM Fusion for Fedora 11 - Nonfree     enabled:    110
rpmfusion-nonfree-updates RPM Fusion for Fedora 11 - Nonfree - U enabled:    115
updates                   Fedora 11 - i386 - Updates             enabled:  3,451
repolist: 17,576</pre>
</div>
</div>
</li>
<li>The names on the left are the repo ids. To disable a particular one, for example <code>rpmfusion-nonfree-updates</code> while doing updates, run your yum like this:-
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;"># yum upgrade --disablerepo=rpmfusion-free-updates</pre>
</div>
</div>
</li>
<li>This will help you upgrade the rest of the packages in the mean time.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://rajaseelan.com/2009/07/24/temporarily-disable-a-yum-repository/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Configure a Caching-Only Name Server in a Chroot Environment for Fedora 11</title>
		<link>http://rajaseelan.com/2009/07/18/configure-a-caching-only-name-server-in-a-chroot-environment-for-fedora-11/</link>
		<comments>http://rajaseelan.com/2009/07/18/configure-a-caching-only-name-server-in-a-chroot-environment-for-fedora-11/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 12:39:35 +0000</pubDate>
		<dc:creator>raja</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[caching-nameserver]]></category>
		<category><![CDATA[caching-only]]></category>
		<category><![CDATA[chroot]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 11]]></category>
		<category><![CDATA[named]]></category>
		<category><![CDATA[nameserver]]></category>

		<guid isPermaLink="false">http://rajaseelan.com/?p=231</guid>
		<description><![CDATA[Having a caching only name-server on your local Machine speeds up your browsing. Here&#8217;s how to set up a slightly more secure caching server using ISC Bind in Fedora 11.

Install bind and bind-chroot packages


# yum install bind bind-chroot



Edit your /etc/sysconfig/named file.


# vim /etc/sysconfig/named


Add the following line:


ROOTDIR=&#34;/var/named/chroot&#34;



Edit your /etc/named.conf file.


# vim /etc/named.conf



Change the following line:


listen-on port [...]]]></description>
			<content:encoded><![CDATA[<p>Having a caching only name-server on your local Machine speeds up your browsing. Here&#8217;s how to set up a slightly more secure caching server using ISC Bind in Fedora 11.</p>
<ol>
<li>Install <code>bind</code> and <code>bind-chroot</code> packages
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;"># yum install bind bind-chroot</pre>
</div>
</div>
</li>
<li>Edit your <code>/etc/sysconfig/named file.
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;"># vim /etc/sysconfig/named</pre>
</div>
</div>
<p>Add the following line:</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">ROOTDIR=&quot;/var/named/chroot&quot;</pre>
</div>
</div>
<p></code></li>
<li>Edit your <code>/etc/named.conf</code> file.
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;"># vim /etc/named.conf</pre>
</div>
</div>
</li>
<li>Change the following line:
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">listen-on port 53 { 127.0.0.1; };</pre>
</div>
</div>
<p>to</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">listen-on port 53 { any; };</pre>
</div>
</div>
<p>This allows the bind daemon to listen on all your network IPs, not just your loopback(127.0.0.1) address.</li>
<li>Change this line:
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">allow-query     { localhost; };</pre>
</div>
</div>
<p>to</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">allow-query     { 192.168.0.0/24; };</pre>
</div>
</div>
<p>You now allow all the machines in your home LAN to use your DNS server.
</li>
<li>Make sure it starts at boot time.
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;"># chkconfig named on</pre>
</div>
</div>
<p>Restart your DNS server.</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;"># service named restart</pre>
</div>
</div>
</li>
<li>Make sure its listening on the correct ports.
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;"># netstat -ntupl | grep named</pre>
</div>
</div>
<p>In my case, the DNS server IP is 192.168.0.10. So, as seen here, the line <code>udp        0      0 192.168.0.10:53       0.0.0.0:*      2851/named</code> shows it is listening correctly.</li>
<li>Then test your server from another machine in your network. Most probably another linux box or laptop.
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;"># dig @192.168.0.10 google.com</pre>
</div>
</div>
<p>The dig command, with the &#8216;@&#8217; instructs it to get the IP address for google.com from your newly set up server. On my machine, it looked like this:-</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">[root@atreides ~]# dig @192.168.0.10 google.com
&nbsp;
; &lt; &lt;&gt;&gt; DiG 9.6.1-RedHat-9.6.1-2.fc11 &lt; &lt;&gt;&gt; @192.168.0.10 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; -&gt;&gt;HEADER&lt; &lt;- opcode: QUERY, status: NOERROR, id: 6515
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 4, ADDITIONAL: 0
&nbsp;
;; QUESTION SECTION:
;google.com.			IN	A
&nbsp;
;; ANSWER SECTION:
google.com.		300	IN	A	74.125.127.100
google.com.		300	IN	A	74.125.45.100
google.com.		300	IN	A	74.125.67.100
&nbsp;
;; AUTHORITY SECTION:
google.com.		171853	IN	NS	ns3.google.com.
google.com.		171853	IN	NS	ns1.google.com.
google.com.		171853	IN	NS	ns2.google.com.
google.com.		171853	IN	NS	ns4.google.com.
&nbsp;
;; Query time: 82 msec
;; SERVER: 192.168.0.10#53(192.168.0.10)
;; WHEN: Sat Jul 18 20:14:59 2009
;; MSG SIZE  rcvd: 148</pre>
</div>
</div>
<p>Note the <code>SERVER:</code> line. that shows you the answer for the query came from my DNS server (192.168.0.10).
</pre>
</li>
<li>Finally, set up your <code>/etc/resolv.conf</code> accordingly.
<p>On the server:</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">nameserver 127.0.0.1</pre>
</div>
</div>
<p>And on all your other machines:</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">nameserver 192.168.0.10</pre>
</div>
</div>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://rajaseelan.com/2009/07/18/configure-a-caching-only-name-server-in-a-chroot-environment-for-fedora-11/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to install a Dynamic DNS client for Fedora Linux</title>
		<link>http://rajaseelan.com/2009/07/10/how-to-install-a-dynamic-dns-client-for-fedora-linux/</link>
		<comments>http://rajaseelan.com/2009/07/10/how-to-install-a-dynamic-dns-client-for-fedora-linux/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 14:56:36 +0000</pubDate>
		<dc:creator>raja</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dynamic dns]]></category>
		<category><![CDATA[dyndns]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[inadyn]]></category>

		<guid isPermaLink="false">http://rajaseelan.com/?p=197</guid>
		<description><![CDATA[Many people use dynamic dns for different purposes. I use it to give my home machine a public presence. I choose DynDNS for my needs. Its a leader in this segment and have been around for a long time.
First, you&#8217;ll need to register for a free account at their site. Once you&#8217;ve chosen a domain [...]]]></description>
			<content:encoded><![CDATA[<p>Many people use <a href="http://en.wikipedia.org/wiki/Dynamic_DNS">dynamic dns</a> for different purposes. I use it to give my home machine a public presence. I choose <a href="http://www.dyndns.com/">DynDNS</a> for my needs. Its a leader in this segment and have been around for a long time.</p>
<p>First, you&#8217;ll need to register for a free account at their site. Once you&#8217;ve chosen a domain name and setup your details, you&#8217;ll need a dynamic dns client to update your IP, which probably changes every time you sign on to your ISP.</p>
<p>I use <a href="http://inadyn-mt.sourceforge.net">inadyn</a>, a free dynamic dns update client that works in linux.</p>
<p>The Inadyn package name is <code>inadyn-mt</code>. Install inadyn using yum:</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">yum install inadyn-mt</pre>
</div>
</div>
<p>Then edit the <code>/etc/inadyn.conf</code> file with your details.</p>
<p>Then turn on the service.</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">service inadyn start</pre>
</div>
</div>
<p>Check <code>/var/log/messages</code>. you should get some entires showing whether you edited the config file properly, and the update was successful.</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">Jul 10 22:50:43 atom INADYN[8251]: Fri Jul 10 22:50:43 2009: I:INADYN: Alias 'your-hostname.dyndns.org' to IP '12.34.56.78' updated successfully.</pre>
</div>
</div>
<p>Once you know the client works, dont forget to turn it on permanently on startup.</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">chkconfig inadyn on</pre>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://rajaseelan.com/2009/07/10/how-to-install-a-dynamic-dns-client-for-fedora-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable the Windows Key in Linux</title>
		<link>http://rajaseelan.com/2009/07/10/how-to-enable-the-windows-key-in-linux/</link>
		<comments>http://rajaseelan.com/2009/07/10/how-to-enable-the-windows-key-in-linux/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 11:55:12 +0000</pubDate>
		<dc:creator>raja</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[windows key]]></category>

		<guid isPermaLink="false">http://rajaseelan.com/?p=185</guid>
		<description><![CDATA[After installing Fedora, or most linuxes, you may realise that the Windows key that you used during the unenlightened days doesnt work anymore. Even worse, you cannot seem to use it as part of you Keyboard shortcuts. Gives some weird irony when reading about Dead Keys.
Enabling the Windows Key is easy, Just go to System [...]]]></description>
			<content:encoded><![CDATA[<p>After installing Fedora, or most linuxes, you may realise that the <a href="http://en.wikipedia.org/wiki/Windows_key">Windows key</a> that you used during the unenlightened days doesnt work anymore. Even worse, you cannot seem to use it as part of you Keyboard shortcuts. Gives some weird irony when reading about <a href="http://en.wikipedia.org/wiki/Dead_key">Dead Keys</a>.</p>
<p>Enabling the Windows Key is easy, Just go to <strong>System</strong> -> <strong>Preferences</strong> -> <strong>Keyboard</strong>.<br />
<a target="blank" href="http://rajaseelan.com/wp-content/uploads/2009/07/gnome_keyboard.jpg">
<div id="attachment_186" class="wp-caption aligncenter" style="width: 310px"><img src="http://rajaseelan.com/wp-content/uploads/2009/07/gnome_keyboard-300x240.jpg" alt="The Keyboard Menu under Preferences" title="The Keyboard Menu under Preferences" width="300" height="240" class="size-medium wp-image-186" />
<p class="wp-caption-text">The Keyboard Menu under Preferences</p>
</div>
<p></a></p>
<p>You will get the <strong>Keyboard Preferences</strong> window up. Choose the <strong>Layouts</strong> tab.</p>
<div id="attachment_187" class="wp-caption aligncenter" style="width: 294px"><a href="http://rajaseelan.com/wp-content/uploads/2009/07/kbd02.png"><img src="http://rajaseelan.com/wp-content/uploads/2009/07/kbd02-284x300.png" alt="The Keyboard type used" title="The Keyboard type used" width="284" height="300" class="size-medium wp-image-187" /></a>
<p class="wp-caption-text">The Keyboard type used</p>
</div>
<p>Then choose <strong>Layout Options</strong>. A new <strong>Keyboard Layout Options</strong> window comes out. </p>
<div id="attachment_188" class="wp-caption aligncenter" style="width: 310px"><a target="blank" href="http://rajaseelan.com/wp-content/uploads/2009/07/kbd03.png"><img src="http://rajaseelan.com/wp-content/uploads/2009/07/kbd03-300x220.png" alt="Keyboard Layout Options" title="Keyboard Layout Options" width="300" height="220" class="size-medium wp-image-188" /></a>
<p class="wp-caption-text">Keyboard Layout Options</p>
</div>
<p>Expand the <strong>Alt/Win Key Behavior</strong> menu, and choose <strong>Super is mapped to Win Keys</strong> Then close all the menus. You know have a functional Windows key.</p>
<div id="attachment_189" class="wp-caption aligncenter" style="width: 310px"><a target="blank" href="http://rajaseelan.com/wp-content/uploads/2009/07/kbd04.png"><img src="http://rajaseelan.com/wp-content/uploads/2009/07/kbd04-300x220.png" alt="Choose the Super is mapped to Win Keys" title="Choose the Super is mapped to Win Keys" width="300" height="220" class="size-medium wp-image-189" /></a>
<p class="wp-caption-text">Choose the Super is mapped to Win Keys</p>
</div>
<p>You can now assign shortcuts using the <strong>Keyboard Shortcuts</strong> menu. In this screenshot, I assigned Windows key + R to opening a new terminal.</p>
<div id="attachment_190" class="wp-caption aligncenter" style="width: 310px"><a target="blank" href="http://rajaseelan.com/wp-content/uploads/2009/07/kbd045.png"><img src="http://rajaseelan.com/wp-content/uploads/2009/07/kbd045-300x285.png" alt="A Sample Shortcut Using the Windows Key" title="A Sample Shortcut Using the Windows Key" width="300" height="285" class="size-medium wp-image-190" /></a>
<p class="wp-caption-text">A Sample Shortcut Using the Windows Key</p>
</div>
<p>Pretty handy for me. I&#8217;m sure you will be able to think of other shortcuts that suite your fancy.</p>
]]></content:encoded>
			<wfw:commentRss>http://rajaseelan.com/2009/07/10/how-to-enable-the-windows-key-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 CLI ways to determine which rpm package has a program you wish to install in Fedora Linux</title>
		<link>http://rajaseelan.com/2009/07/08/2-cli-ways-to-determine-which-rpm-package-has-a-program-you-wish-to-install-in-fedora-linux/</link>
		<comments>http://rajaseelan.com/2009/07/08/2-cli-ways-to-determine-which-rpm-package-has-a-program-you-wish-to-install-in-fedora-linux/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 18:11:07 +0000</pubDate>
		<dc:creator>raja</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[provides]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[yum.]]></category>

		<guid isPermaLink="false">http://rajaseelan.com/?p=177</guid>
		<description><![CDATA[There are 2 ways I know of to search for a particular program to install in Linux. As usual, I&#8217;ll be focusing on the Command Line Interface (CLI).
So, you&#8217;ve heard about the versatile port scanning tool called nmap and want to install it in Fedora Linux. The only problem is, you don&#8217;t know if it [...]]]></description>
			<content:encoded><![CDATA[<p>There are 2 ways I know of to search for a particular program to install in Linux. As usual, I&#8217;ll be focusing on the Command Line Interface (CLI).</p>
<p>So, you&#8217;ve heard about the versatile port scanning tool called <a href="http://nmap.org/">nmap</a> and want to install it in Fedora Linux. The only problem is, you don&#8217;t know if it has been pre-packaged and is available as an rpm binary. No worries, all you need to do is search for using <code>yum</code>.</p>
<p>Use the yum search command.</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">yum search nmap</pre>
</div>
</div>
<p>Based on its output, you know there are packages available, and all you need to do is <code>yum install nmap</code></p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">[raja@atreides ~]$ yum search nmap
Loaded plugins: fastestmirror, presto, refresh-packagekit
================================ Matched: nmap =================================
nmap.i586 : Network exploration tool and security scanner
nmap-frontend.i586 : the GTK+ frontend for nmap
onesixtyone.i586 : An efficient SNMP scanner
perl-Nmap-Parser.noarch : Parse nmap scan data with perl
psad.i586 : Port Scan Attack Detector (psad) watches for suspect traffic</pre>
</div>
</div>
<p>Or, you might know that its called <code>nmap</code>, and want to search through you yum repositories to find if any of the available rpms have a file called nmap. To do that, use the <code>yum provides */
<program_name> command. e.g.</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">yum provides */nmap</pre>
</div>
</div>
<p>Look at what it gives:</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">[raja@atreides ~]$ yum provides */nmap
Loaded plugins: fastestmirror, presto, refresh-packagekit
2:nmap-4.76-4.fc11.i586 : Network exploration tool and security scanner
Repo        : fedora
Matched from:
Filename    : /usr/share/nmap
Filename    : /usr/bin/nmap</pre>
</div>
</div>
<p>From this, you know that the <code>nmap-4.76-4.fc11.i586</code> rpm contains these files, and by installing it, you get nmap.</program_name></code></p>
]]></content:encoded>
			<wfw:commentRss>http://rajaseelan.com/2009/07/08/2-cli-ways-to-determine-which-rpm-package-has-a-program-you-wish-to-install-in-fedora-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable USB Devices for VirtualBox Guests in Fedora 11</title>
		<link>http://rajaseelan.com/2009/07/06/how-to-enable-usb-devices-for-virtualbox-guests-in-fedora-11/</link>
		<comments>http://rajaseelan.com/2009/07/06/how-to-enable-usb-devices-for-virtualbox-guests-in-fedora-11/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 17:44:06 +0000</pubDate>
		<dc:creator>raja</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 11]]></category>
		<category><![CDATA[linux liferea howto]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://rajaseelan.com/?p=160</guid>
		<description><![CDATA[By default, guest hosts running in VirtualBox on Fedora 11 cannot mount or see usb devices plugged into your machine. A few tweaks are necessary for USB support to work.

Edit your /etc/rc.sysinit file, change line no 26 from


mount -n -t usbfs /proc/bus/usb /proc/bus/usb


to


mount -t usbfs -o remount,devgid=$(awk -F: '/^vboxusers:/{print $3}' /etc/gr    oup),devmode=664 [...]]]></description>
			<content:encoded><![CDATA[<p>By default, guest hosts running in VirtualBox on Fedora 11 cannot mount or see usb devices plugged into your machine. A few tweaks are necessary for USB support to work.</p>
<ol>
<li>Edit your /etc/rc.sysinit file, change line no 26 from
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">mount -n -t usbfs /proc/bus/usb /proc/bus/usb</pre>
</div>
</div>
<p>to</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">mount -t usbfs -o remount,devgid=$(awk -F: '/^vboxusers:/{print $3}' /etc/gr    oup),devmode=664 /proc/bus/usb /proc/bus/usb</pre>
</div>
</div>
<p>So, your <code>/etc/rc.sysinit</code> should change from:</p>
<div class="wp_syntax">
<div class="code">
<pre class="bash" style="font-family:monospace;"> <span style="color: #000000;">23</span> <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000; font-weight: bold;">!</span> <span style="color: #660033;">-d</span> <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>bus<span style="color: #000000; font-weight: bold;">/</span>usb <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
 <span style="color: #000000;">24</span>         modprobe usbcore <span style="color: #000000; font-weight: bold;">&gt;/</span>dev<span style="color: #000000; font-weight: bold;">/</span>null <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">1</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #660033;">-n</span> <span style="color: #660033;">-t</span> usbfs <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>bus<span style="color: #000000; font-weight: bold;">/</span>usb     <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>bus<span style="color: #000000; font-weight: bold;">/</span>usb
 <span style="color: #000000;">25</span> <span style="color: #000000; font-weight: bold;">else</span>
 <span style="color: #000000;">26</span>        <span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #660033;">-n</span> <span style="color: #660033;">-t</span> usbfs <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>bus<span style="color: #000000; font-weight: bold;">/</span>usb <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>bus<span style="color: #000000; font-weight: bold;">/</span>usb
 <span style="color: #000000;">27</span> <span style="color: #000000; font-weight: bold;">fi</span></pre>
</div>
</div>
<p>to</p>
<div class="wp_syntax">
<div class="code">
<pre class="bash" style="font-family:monospace;"> <span style="color: #000000;">24</span>         modprobe usbcore <span style="color: #000000; font-weight: bold;">&gt;/</span>dev<span style="color: #000000; font-weight: bold;">/</span>null <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">1</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #660033;">-n</span> <span style="color: #660033;">-t</span> usbfs <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>bus<span style="color: #000000; font-weight: bold;">/</span>usb     <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>bus<span style="color: #000000; font-weight: bold;">/</span>usb
 <span style="color: #000000;">25</span> <span style="color: #000000; font-weight: bold;">else</span>
 <span style="color: #000000;">26</span> <span style="color: #666666; font-style: italic;">#       mount -n -t usbfs /proc/bus/usb /proc/bus/usb</span>
 <span style="color: #000000;">27</span> <span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #660033;">-t</span> usbfs <span style="color: #660033;">-o</span> remount,<span style="color: #007800;">devgid</span>=$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">awk</span> -F: <span style="color: #ff0000;">'/^vboxusers:/{print $3}'</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>gr    oup<span style="color: #7a0874; font-weight: bold;">&#41;</span>,<span style="color: #007800;">devmode</span>=<span style="color: #000000;">664</span> <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>bus<span style="color: #000000; font-weight: bold;">/</span>usb <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>bus<span style="color: #000000; font-weight: bold;">/</span>usb
 <span style="color: #000000;">28</span> <span style="color: #000000; font-weight: bold;">fi</span></pre>
</div>
</div>
</li>
<li>Next, edit your <code>/etc/udev/rules.d/10-vboxdrv.rules</code>. Change line number 1 from
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">KERNEL==&quot;vboxdrv&quot;, NAME=&quot;vboxdrv&quot;, OWNER=&quot;root&quot;, GROUP=&quot;root&quot;, MODE=&quot;0600&quot;</pre>
</div>
</div>
<p>to</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">KERNEL==&quot;vboxdrv&quot;, NAME=&quot;vboxdrv&quot;, OWNER=&quot;root&quot;, GROUP=&quot;root&quot;, MODE=&quot;0660&quot;</pre>
</div>
</div>
</li>
<li>Reboot your machine. You should now be able to mount you usb devices.</li>
</ol>
<p>The following screenshot shows some of the USB devices can allow my guest machine to view.</p>
<div id="attachment_164" class="wp-caption aligncenter" style="width: 310px"><img src="http://rajaseelan.com/wp-content/uploads/2009/07/virtualbox-usb-opt-300x187.jpg" alt="The USB devices available for VirtualBox Guests" title="virtualbox-usb-opt" width="300" height="187" class="size-medium wp-image-164" />
<p class="wp-caption-text">The USB devices available for VirtualBox Guests</p>
</div>
<p>Devices like my USB Flash Drive are still blurred out. In order to get them to work, I need to install the VirtualBox Guest Additions first.</p>
<p>Source:</p>
<p><a href="http://forums.virtualbox.org/viewtopic.php?f=7&#038;t=18759#p81148">VirtualBox Community Forum</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rajaseelan.com/2009/07/06/how-to-enable-usb-devices-for-virtualbox-guests-in-fedora-11/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to install Virtual Box 3.0 in Fedora 11 32 bit</title>
		<link>http://rajaseelan.com/2009/07/05/how-to-install-virtual-box-3-0-in-fedora-11-32-bit/</link>
		<comments>http://rajaseelan.com/2009/07/05/how-to-install-virtual-box-3-0-in-fedora-11-32-bit/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 05:00:37 +0000</pubDate>
		<dc:creator>raja</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 11]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[PAE]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[yum.]]></category>

		<guid isPermaLink="false">http://rajaseelan.com/?p=156</guid>
		<description><![CDATA[When trying to install VirtualBox 3.0 in Fedora 11 32bit, you may encounter this error:-


[root@atreides ~]# rpm -ivh VirtualBox-2.2.4_47978_fedora11-1.i586.rpm
Preparing...                ########################################### [100%]
   1:VirtualBox             ########################################### [100%]
&#160;
Creating group 'vboxusers'. [...]]]></description>
			<content:encoded><![CDATA[<p>When trying to install <a href="http://www.virtualbox.org/">VirtualBox 3.0</a> in Fedora 11 32bit, you may encounter this error:-</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">[root@atreides ~]# rpm -ivh VirtualBox-2.2.4_47978_fedora11-1.i586.rpm
Preparing...                ########################################### [100%]
   1:VirtualBox             ########################################### [100%]
&nbsp;
Creating group 'vboxusers'. VM users must be member of that group!
&nbsp;
No precompiled module for this kernel found -- trying to build one. Messages
emitted during module compilation will be logged to /var/log/vbox-install.log.
&nbsp;
Compilation of the kernel module FAILED! VirtualBox will not start until this
problem is fixed. Please consult /var/log/vbox-install.log to find out why the
kernel module does not compile. Most probably the kernel sources are not found.
Install them and execute
&nbsp;
  /etc/init.d/vboxdrv setup
&nbsp;
as root.</pre>
</div>
</div>
<p>This happens even when you have the <code>kernel-devel</code> rpm package installed already.</p>
<p><strong>The short:-</strong><br />
Your kernel is most probably a PAE kernel, so just <code>yum install kernel-PAE-devel.i686</code> and then run <code>/etc/init.d/vboxdrv setup</code>. You can then run VirtualBox as usual.</p>
<p><strong>The long:-</strong></p>
<p>Further investigating, I tailed the <code>/var/log/vbox-install.log</code> file, which gave this error	:-</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">[root@atreides ~]# tail /var/log/vbox-install.log
** Compiling vboxdrv
Makefile:145: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=&lt;directory&gt; and run Make again.  Stop.
&lt;/directory&gt;</pre>
</div>
</div>
<p>I found it kind of weird, since I have already installed the <code>kernel-devel</code> rpm. So I decided to check my kernel version with this command:-</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">[root@atreides ~]# uname -a
Linux atreides.dune 2.6.29.5-191.fc11.i686.PAE #1 SMP Tue Jun 16 23:19:53 EDT 2009 i686 i686 i386 GNU/Linux</pre>
</div>
</div>
<p>After reading up further, I saw <a href="http://docs.fedoraproject.org/release-notes/f11/en-US/sect-Release_Notes-Architecture_Specific_Notes.html#sect-Release_Notes-x86_Specifics_for_Fedora">this</a> in the <a href="http://docs.fedoraproject.org/release-notes/f11/en-US/index.html">Fedora 11 Release Notes</a>:-<br />
<code><br />
3.1. x86 Specifics for Fedora<br />
By default, the PAE kernel is used on 32-bit hardware, where supported by the hardware.<br />
</code></p>
<p>My CPU supports PAE, so by default the kernel-PAE rpm is installed. I checked this by using the following command:-</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">[root@atreides ~]# rpm -qa | grep kernel
kernel-PAE-2.6.29.4-167.fc11.i686
kernel-firmware-2.6.29.5-191.fc11.noarch
kernel-PAE-2.6.29.5-191.fc11.i686
kernel-devel-2.6.29.5-191.fc11.i586
kerneloops-0.12-5.fc11.i586
kernel-headers-2.6.29.5-191.fc11.i586</pre>
</div>
</div>
<p>You can see that <code>kernel-PAE-2.6.29.4-167.fc11.i686</code> and <code>kernel-PAE-2.6.29.5-191.fc11.i686</code> is installed. </p>
<p>Doing a <code>yum search kernel-PAE</code> shows this:-</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">[raja@atreides ~]$ yum search kernel-PAE
Loaded plugins: fastestmirror, presto, refresh-packagekit
========================================= Matched: kernel-PAE =========================================
kmod-iscsitarget-PAE.i686 : Metapackage which tracks in iscsitarget kernel module for newest kernel-PAE
kernel-PAE.i686 : The Linux kernel compiled for PAE capable machines
kernel-PAE-devel.i686 : Development package for building kernel modules to match the PAE kernel
kernel-PAEdebug.i686 : The Linux kernel compiled with extra debugging enabled for PAE capable machines
kernel-PAEdebug-devel.i686 : Development package for building kernel modules to match the PAEdebug
                           : kernel
kmod-VirtualBox-OSE-PAE.i686 : Metapackage which tracks in VirtualBox-OSE kernel module for newest
                             : kernel-PAE
kmod-blcr-PAE.i686 : Metapackage which tracks in blcr kernel module for newest kernel-PAE
kmod-em8300-PAE.i686 : Metapackage which tracks in em8300 kernel module for newest kernel-PAE
kmod-kqemu-PAE.i686 : Metapackage which tracks in kqemu kernel module for newest kernel-PAE
kmod-ndiswrapper-PAE.i686 : Metapackage which tracks in ndiswrapper kernel module for newest kernel-PAE
kmod-nvidia-173xx-PAE.i686 : Metapackage which tracks in nvidia-173xx kernel module for newest
                           : kernel-PAE
kmod-nvidia-PAE.i686 : Metapackage which tracks in nvidia kernel module for newest kernel-PAE
kmod-open-vm-tools-PAE.i686 : Metapackage which tracks in open-vm-tools kernel module for newest
                            : kernel-PAE
kmod-rt2860-PAE.i686 : Metapackage which tracks in rt2860 kernel module for newest kernel-PAE
kmod-rt2870-PAE.i686 : Metapackage which tracks in rt2870 kernel module for newest kernel-PAE
kmod-rt3070-PAE.i686 : Metapackage which tracks in rt3070 kernel module for newest kernel-PAE
kmod-slmodem-PAE.i686 : Metapackage which tracks in slmodem kernel module for newest kernel-PAE
kmod-sysprof-PAE.i686 : Metapackage which tracks in sysprof kernel module for newest kernel-PAE
kmod-wl-PAE.i686 : Metapackage which tracks in wl kernel module for newest kernel-PAE</pre>
</div>
</div>
<p>Now you know that the kernel-sources for the PAE kernel is <code>kernel-PAE-devel.i686</code>. So, I&#8217;d hav to install that instead.</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">[root@atreides ~]# yum install kernel-PAE-devel.i686
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: mirror.oscc.org.my
Setting up Install Process
Resolving Dependencies
--&gt; Running transaction check
---&gt; Package kernel-PAE-devel.i686 0:2.6.29.5-191.fc11 set to be installed
--&gt; Finished Dependency Resolution
&nbsp;
Dependencies Resolved
&nbsp;
=======================================================================================================
 Package                      Arch             Version                       Repository           Size
=======================================================================================================
Installing:
 kernel-PAE-devel             i686             2.6.29.5-191.fc11             updates             6.2 M
&nbsp;
Transaction Summary
=======================================================================================================
Install      1 Package(s)
Update       0 Package(s)
Remove       0 Package(s)
&nbsp;
Total download size: 6.2 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: 6.2 M
kernel-PAE-devel-2.6.29.5-191.fc11.i686.rpm                                     | 6.2 MB     08:33
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : kernel-PAE-devel-2.6.29.5-191.fc11.i686                                         1/1
&nbsp;
Installed:
  kernel-PAE-devel.i686 0:2.6.29.5-191.fc11
&nbsp;
Complete!</pre>
</div>
</div>
<p>Once done, run <code>/etc/init.d/vboxdrv setup</code> as root, and your done.</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">root@atreides ~]# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel module                          [  OK  ]
Recompiling VirtualBox kernel module                       [  OK  ]
Starting VirtualBox kernel module                          [  OK  ]</pre>
</div>
</div>
<p>You can now run VirtualBox. <img src='http://rajaseelan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rajaseelan.com/2009/07/05/how-to-install-virtual-box-3-0-in-fedora-11-32-bit/feed/</wfw:commentRss>
		<slash:comments>16</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>
