src
To extract files from .rpm:
rpm2cpio <input>.rpm | cpio -ivmd
or
rpm2cpio <input>.rpm | xz -dv | cpio -ivmd ,
depending whether rpm file contains cpio of xzipped cpio.
There is also an rpm2tgz package, a part of Slackware,
which may or may not work.
created Sep 23 2010
last updated Fri Sep 24 09:05:30 GMT 2010