<?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>church of default &#187; rpm</title>
	<atom:link href="http://default.io/tag/rpm/feed/" rel="self" type="application/rss+xml" />
	<link>http://default.io</link>
	<description>entropy jihad</description>
	<lastBuildDate>Tue, 10 Aug 2010 19:55:49 +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>RPM Cheat Sheet</title>
		<link>http://default.io/2009/04/rpm-cheat-sheet/</link>
		<comments>http://default.io/2009/04/rpm-cheat-sheet/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 02:51:07 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Note to Self]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://default.io/?p=3</guid>
		<description><![CDATA[What RPM did this file come from?
rpm -qf filename
What files did an RPM provide?
rpm -ql rpmname
What files would this RPM install?
rpm -qlp filename.rpm
How to open an RPM without installing it
rpm2cpio filename.rpm &#124; cpio -idv
]]></description>
			<content:encoded><![CDATA[<p>What RPM did this file come from?</p>
<blockquote><p>rpm -qf <em>filename</em></p></blockquote>
<p>What files did an RPM provide?</p>
<blockquote><p>rpm -ql <em>rpmname</em></p></blockquote>
<p>What files would this RPM install?</p>
<blockquote><p>rpm -qlp <em>filename.rpm</em></p></blockquote>
<p>How to open an RPM without installing it</p>
<blockquote><p>rpm2cpio <em>filename</em>.rpm | cpio -idv</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://default.io/2009/04/rpm-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
