>I'm looking for something like: >rpm -?p? ./packagefilename filetoextract locationtoextract >I'm sure I remember this is possible. Thanks in advance. I think what you want is rpm2cpio, which turns an RPM into a standard CPIO archive that you can extract certain files from with the cpio command.