<?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>zonalivre.org &#187; rpm</title>
	<atom:link href="http://www.zonalivre.org/tag/rpm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zonalivre.org</link>
	<description></description>
	<lastBuildDate>Wed, 07 Sep 2011 17:00:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Query which files are installed by an RPM package</title>
		<link>http://www.zonalivre.org/2010/11/18/query-which-files-are-installed-by-an-rpm-package/</link>
		<comments>http://www.zonalivre.org/2010/11/18/query-which-files-are-installed-by-an-rpm-package/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 15:58:02 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=71</guid>
		<description><![CDATA[rpm --query --filesbypkg techrx


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


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><code>rpm --query --filesbypkg techrx</code></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.zonalivre.org/2010/11/18/query-which-files-are-installed-by-an-rpm-package/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to force yum to uninstall a package when you change it&#8217;s name</title>
		<link>http://www.zonalivre.org/2009/10/29/how-to-force-yum-to-uninstall-a-package-when-you-change-its-name/</link>
		<comments>http://www.zonalivre.org/2009/10/29/how-to-force-yum-to-uninstall-a-package-when-you-change-its-name/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 17:37:01 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[specfiles]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=58</guid>
		<description><![CDATA[Use the obsoletes tag in the specfile.  This will cause &#8220;package-oldname&#8221; to be uninstalled before installing &#8220;package-renamed&#8221;.

Name: package-renamed
Obsoletes: package-oldname



No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


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>Use the obsoletes tag in the specfile.  This will cause &#8220;package-oldname&#8221; to be uninstalled before installing &#8220;package-renamed&#8221;.</p>
<p><code><br />
Name: package-renamed<br />
Obsoletes: package-oldname<br />
</code></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.zonalivre.org/2009/10/29/how-to-force-yum-to-uninstall-a-package-when-you-change-its-name/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apache2::Request rpm</title>
		<link>http://www.zonalivre.org/2009/10/13/apache2request-rpm/</link>
		<comments>http://www.zonalivre.org/2009/10/13/apache2request-rpm/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:58:04 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=41</guid>
		<description><![CDATA[Not immediately obvious, but if you&#8217;re looking for an rpm to install the Apache2::Request module you need perl-libapreq2 (this works in CentOS 5 and I imagine others as well).
yum install perl-libapreq2


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


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>Not immediately obvious, but if you&#8217;re looking for an rpm to install the Apache2::Request module you need perl-libapreq2 (this works in CentOS 5 and I imagine others as well).</p>
<p><code>yum install perl-libapreq2</code></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.zonalivre.org/2009/10/13/apache2request-rpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common RPM commands</title>
		<link>http://www.zonalivre.org/2009/10/12/common-rpm-commands/</link>
		<comments>http://www.zonalivre.org/2009/10/12/common-rpm-commands/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 17:40:51 +0000</pubDate>
		<dc:creator>Joao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://www.zonalivre.org/?p=23</guid>
		<description><![CDATA[This is my commonly used rpm command reference
Install/Upgrade a package
rpm -Uvh package.rpm
Install an old version of a package
rpm -Uvh --oldpackage oldpackage.rpm
Query which package installed a given file
rpm -qf /bin/cp
To force a package to overwrite conflicting files
rpm -Uvh --replacefiles package.rpm
To list files owned by an installed package
rpm -ql package
List scripts inside rpm file (pre, post scriptlets)
rpm [...]


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>This is my commonly used rpm command reference</p>
<p>Install/Upgrade a package<br />
<code>rpm -Uvh package.rpm</code><br />
Install an old version of a package<br />
<code>rpm -Uvh --oldpackage oldpackage.rpm</code><br />
Query which package installed a given file<br />
<code>rpm -qf /bin/cp</code><br />
To force a package to overwrite conflicting files<br />
<code>rpm -Uvh --replacefiles package.rpm</code><br />
To list files owned by an installed package<br />
<code>rpm -ql package</code><br />
List scripts inside rpm file (pre, post scriptlets)<br />
<code>rpm -qp --scripts /tmp/ods-dsc-1.0-18.13201_centos53.noarch.rpm</code></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.zonalivre.org/2009/10/12/common-rpm-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

