<?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; provides</title>
	<atom:link href="http://rajaseelan.com/tag/provides/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>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>
	</channel>
</rss>
