<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic rpm - single file installation from rpm package in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rpm-single-file-installation-from-rpm-package/m-p/3429464#M15041</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i am searching for a possibility to install just one file out of an rpm-package without having to install all files out of the rpm package, does anybody know how to do this ?&lt;BR /&gt;example:&lt;BR /&gt;i want to replace my /bin/mount' command on my running system out of the package 'mount-2.11y-31.1.i386.rpm' from the CD without installing all other files from  'mount-2.11y-31.1.i386.rpm'.&lt;BR /&gt;&lt;BR /&gt;thanks for any help.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Matthias</description>
    <pubDate>Wed, 24 Nov 2004 04:26:20 GMT</pubDate>
    <dc:creator>Matthias Bayer</dc:creator>
    <dc:date>2004-11-24T04:26:20Z</dc:date>
    <item>
      <title>rpm - single file installation from rpm package</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-single-file-installation-from-rpm-package/m-p/3429464#M15041</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i am searching for a possibility to install just one file out of an rpm-package without having to install all files out of the rpm package, does anybody know how to do this ?&lt;BR /&gt;example:&lt;BR /&gt;i want to replace my /bin/mount' command on my running system out of the package 'mount-2.11y-31.1.i386.rpm' from the CD without installing all other files from  'mount-2.11y-31.1.i386.rpm'.&lt;BR /&gt;&lt;BR /&gt;thanks for any help.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Matthias</description>
      <pubDate>Wed, 24 Nov 2004 04:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-single-file-installation-from-rpm-package/m-p/3429464#M15041</guid>
      <dc:creator>Matthias Bayer</dc:creator>
      <dc:date>2004-11-24T04:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: rpm - single file installation from rpm package</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-single-file-installation-from-rpm-package/m-p/3429465#M15042</link>
      <description>Hi&lt;BR /&gt;Using rpmget script, you can easily extract a specified file from a rpm.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Wed, 24 Nov 2004 05:40:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-single-file-installation-from-rpm-package/m-p/3429465#M15042</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2004-11-24T05:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: rpm - single file installation from rpm package</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-single-file-installation-from-rpm-package/m-p/3429466#M15043</link>
      <description>Hi Matthias&lt;BR /&gt;&lt;BR /&gt;I personally don't have the rpmget script, so I use the following method.&lt;BR /&gt;&lt;BR /&gt;Run this command against the package from which you want to extract the mount command:&lt;BR /&gt;&lt;BR /&gt;rpm2cpio &lt;RPM-PACKAGE&gt; |cpio -i --make&lt;BR /&gt;&lt;BR /&gt;Preferably run this in say your /tmp directory, as the --make command makes all the directories as mentioned by the paths of files within the rpm package.&lt;BR /&gt;&lt;BR /&gt;For instance, mount is located in /bin/mount, so the above command will create a bin directory relative to /tmp, i.e /tmp/bin. Within this directory you'll find the mount command. Either mv or cp it to the original location, as you prefer. Once complete, you can just clean up your /tmp directory again. &lt;BR /&gt;&lt;BR /&gt;This is an option if like me, you don't have rpmget, otherwise that would be a preferable option.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Paul&lt;/RPM-PACKAGE&gt;</description>
      <pubDate>Wed, 24 Nov 2004 07:02:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-single-file-installation-from-rpm-package/m-p/3429466#M15043</guid>
      <dc:creator>Paul_504</dc:creator>
      <dc:date>2004-11-24T07:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: rpm - single file installation from rpm package</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-single-file-installation-from-rpm-package/m-p/3429467#M15044</link>
      <description>you could also use mc (midnight commander) to select any number of files inside the rpm and extract them.  behind the scene mc will call cpio for you.</description>
      <pubDate>Wed, 24 Nov 2004 23:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-single-file-installation-from-rpm-package/m-p/3429467#M15044</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2004-11-24T23:41:56Z</dc:date>
    </item>
  </channel>
</rss>

