<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Rpm on Details...</title>
    <link>https://www.deepreflect.net/tags/rpm/</link>
    <description>Recent content in Rpm on Details...</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Copyright © 2003 - 2026 Leonardo Rizzi</copyright>
    <lastBuildDate>Tue, 30 Jun 2026 03:28:29 +0200</lastBuildDate>
    <atom:link href="https://www.deepreflect.net/tags/rpm/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Extract files from RPM package</title>
      <link>https://www.deepreflect.net/2009/11/02/extract-files-from-rpm-package/</link>
      <pubDate>Mon, 02 Nov 2009 04:58:35 +0000</pubDate>
       <guid isPermaLink="false">http://blog.deepreflect.net/?p=734</guid> 
      <description>&lt;p&gt;There is no direct RPM option available via rpm command to extract an RPM file. But there is a small utility available called rpm2cpio. It Extract cpio archive from RPM Package Manager (RPM) package.
Example extract RPM file using rpm2cpio and cpio command:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;# rpm2cpio somepackage.x86_64.rpm | cpio -idmv&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Output of rpm2cpio piped to cpio command with following options:
i: Restore archive
d: Create leading directories where needed
m: Retain previous file modification times when creating files
v: Verbose&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>There is no direct RPM option available via rpm command to extract an RPM file. But there is a small utility available called rpm2cpio. It Extract cpio archive from RPM Package Manager (RPM) package.
Example extract RPM file using rpm2cpio and cpio command:</p>
<p><code># rpm2cpio somepackage.x86_64.rpm | cpio -idmv</code></p>
<p>Output of rpm2cpio piped to cpio command with following options:
i: Restore archive
d: Create leading directories where needed
m: Retain previous file modification times when creating files
v: Verbose</p>
]]></content:encoded>
    </item>
  </channel>
</rss>
