If you ever want to extract an rpm, you can try something like this:

You can get rpm2cpio here

#!/bin/bash
# usage ./scriptname rpmname.rpm
 
# this is the esoteric part...
rpm2cpio $1 | cpio -idv
 
code/extract-rpm.txt · Last modified: 2010-08-05 02:20 by cphillips
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported