how to 'rip apart' a rpm.

Tim ignored_mailbox at yahoo.com.au
Sat May 15 16:17:56 UTC 2010


On Sat, 2010-05-15 at 09:22 -0600, reg at dwf.com wrote:
> I want to look at the individual files in a src rpm.
> How do I 'rip it apart' ??
> Doing an install doesnt seem to be the answer, It does something, but
> I have no idea where the bits and pieces are going.

Doing an "rpm -qlp" on the package, or even using the "less" command,
will list the contents of it, with the file paths.  That'll show you
what's going to go where.  The less command reads a plethora of
information from a package, in one go (package info, readme {I think},
the changelog, and the file listing).

You can even open a package with the fileroller GUI utility, and check
out individual files like any other archive.  Or the cpio command, for
the command line.

-- 
[tim at localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.





More information about the users mailing list