<?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>Tatva-Artha &#187; centos</title>
	<atom:link href="http://www.tatvartha.com/tag/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tatvartha.com</link>
	<description>meaning of &#34;it&#34;</description>
	<lastBuildDate>Sat, 22 Oct 2011 22:00:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Centos: querying installed packages and versions</title>
		<link>http://www.tatvartha.com/2009/05/centos-querying-installed-packages-and-versions/</link>
		<comments>http://www.tatvartha.com/2009/05/centos-querying-installed-packages-and-versions/#comments</comments>
		<pubDate>Thu, 21 May 2009 17:20:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.tatvartha.com/?p=147</guid>
		<description><![CDATA[Here is a command that lists all packages installed on centos (or any linux using yum package management system): rpm -qa --qf="%{n}-%{v}-%{r}.%{arch}\n" The beauty about this protocol is the output is formatted to display version architecture stuff in one line &#8211; great for grepping&#8230; No related posts. Related posts brought to you by Yet Another [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Here is a command that lists all packages installed on centos (or any linux using yum package management system):</p>
<p><code>rpm -qa --qf="%{n}-%{v}-%{r}.%{arch}\n"</code></p>
<p>The beauty about this protocol is the output is formatted to display version architecture stuff in one line &#8211; great for grepping&#8230;</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tatvartha.com/2009/05/centos-querying-installed-packages-and-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

