<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: How to extract RPM or DEB packages</title>
	<atom:link href="http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Tue, 18 Jun 2013 13:13:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark</title>
		<link>http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-19310</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 26 Mar 2012 21:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-19310</guid>
		<description><![CDATA[just came in very handy, my dpkg and tar binaries were incompatible (dpkg calling tar with an unknown option), so I couldn&#039;t use the famed dpkg-deb, I guess this is a good reason to have another way to unpack these things.

Got the tar.deb and unpacked it to get the newer tar binary, so my dpkg would work again.]]></description>
		<content:encoded><![CDATA[<p>just came in very handy, my dpkg and tar binaries were incompatible (dpkg calling tar with an unknown option), so I couldn&#8217;t use the famed dpkg-deb, I guess this is a good reason to have another way to unpack these things.</p>
<p>Got the tar.deb and unpacked it to get the newer tar binary, so my dpkg would work again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gracias</title>
		<link>http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-19301</link>
		<dc:creator>gracias</dc:creator>
		<pubDate>Mon, 19 Mar 2012 21:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-19301</guid>
		<description><![CDATA[Thanks, worked for me!]]></description>
		<content:encoded><![CDATA[<p>Thanks, worked for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vamsi</title>
		<link>http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-19298</link>
		<dc:creator>vamsi</dc:creator>
		<pubDate>Mon, 05 Mar 2012 09:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-19298</guid>
		<description><![CDATA[@Benjamin, awesome!! That&#039;s exactly what I was looking for. So I wanted to make few changes to the priority level in control file and your process is what I wanted. 

Thanks @George Notaras for posting good stuff.]]></description>
		<content:encoded><![CDATA[<p>@Benjamin, awesome!! That&#8217;s exactly what I was looking for. So I wanted to make few changes to the priority level in control file and your process is what I wanted. </p>
<p>Thanks @George Notaras for posting good stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koofoos</title>
		<link>http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-19271</link>
		<dc:creator>koofoos</dc:creator>
		<pubDate>Mon, 16 Jan 2012 10:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-19271</guid>
		<description><![CDATA[Any way to convert .deb packages to .rpm and vice versa, without losing the post-install scripts?]]></description>
		<content:encoded><![CDATA[<p>Any way to convert .deb packages to .rpm and vice versa, without losing the post-install scripts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srm</title>
		<link>http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-19145</link>
		<dc:creator>srm</dc:creator>
		<pubDate>Tue, 15 Nov 2011 11:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-19145</guid>
		<description><![CDATA[What is the use of :

debian-binary
control.tar.gz

in a .deb package. Dont we need to extract files in them too ?]]></description>
		<content:encoded><![CDATA[<p>What is the use of :</p>
<p>debian-binary<br />
control.tar.gz</p>
<p>in a .deb package. Dont we need to extract files in them too ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Notaras</title>
		<link>http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-18945</link>
		<dc:creator>George Notaras</dc:creator>
		<pubDate>Tue, 27 Sep 2011 23:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-18945</guid>
		<description><![CDATA[Hi and thanks for your feedback. The &lt;code&gt;binutils&lt;/code&gt; package is installed by default even in minimal installations on RHEL, Fedora, CentOS and Scientific Linux, so it was kind of impossible for this package to be missing. Also the following command reveals the containing RPM package:

&lt;pre&gt;
yum provides /usr/bin/ar
&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>Hi and thanks for your feedback. The <code>binutils</code> package is installed by default even in minimal installations on RHEL, Fedora, CentOS and Scientific Linux, so it was kind of impossible for this package to be missing. Also the following command reveals the containing RPM package:</p>
<pre>
yum provides /usr/bin/ar
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eruva</title>
		<link>http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-18937</link>
		<dc:creator>Eruva</dc:creator>
		<pubDate>Mon, 26 Sep 2011 07:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-18937</guid>
		<description><![CDATA[It&#039;s good to mention that ar is in binutils package.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s good to mention that ar is in binutils package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toto</title>
		<link>http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-18921</link>
		<dc:creator>toto</dc:creator>
		<pubDate>Mon, 19 Sep 2011 07:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-18921</guid>
		<description><![CDATA[good tutorial and very clear description and how to solve my problem. Thank for your tutorial. My problem about how to extract rpm file is solve :)]]></description>
		<content:encoded><![CDATA[<p>good tutorial and very clear description and how to solve my problem. Thank for your tutorial. My problem about how to extract rpm file is solve :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Notaras</title>
		<link>http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-12376</link>
		<dc:creator>George Notaras</dc:creator>
		<pubDate>Mon, 23 Aug 2010 20:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-12376</guid>
		<description><![CDATA[Hi Jonathan. Thanks for pointing it out! The same mistake probably exists in several posts throughout the web site.

It has been corrected in the current post. Thanks :-)]]></description>
		<content:encoded><![CDATA[<p>Hi Jonathan. Thanks for pointing it out! The same mistake probably exists in several posts throughout the web site.</p>
<p>It has been corrected in the current post. Thanks :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-12375</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Mon, 23 Aug 2010 17:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2008/01/28/how-to-extract-rpm-or-deb-packages/#comment-12375</guid>
		<description><![CDATA[&quot;An one-step process&quot; should be &quot;a one step process.&quot;  This is because a/an is decided based on the pronunciation of the following word, not on the spelling.  See: http://www.english-test.net/forum/ftopic31401.html

Thanks for the article :-).]]></description>
		<content:encoded><![CDATA[<p>&#8220;An one-step process&#8221; should be &#8220;a one step process.&#8221;  This is because a/an is decided based on the pronunciation of the following word, not on the spelling.  See: <a href="http://www.english-test.net/forum/ftopic31401.html" rel="nofollow">http://www.english-test.net/forum/ftopic31401.html</a></p>
<p>Thanks for the article :-).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 249/251 objects using apc

Served from: www.g-loaded.eu @ 2013-06-20 06:18:56 -->