Skip to content

Monthly Archives: April 2008

Extract an RPM

04-Apr-08

This is one of those things I only do occasionally, so here’s a note on how to do it. rpm2cpio rpmarchive.rpm | cpio -idmv This should extract the entire rpm into the current dir, so make sure you are in a clean dir before you do this. The rpm2cpio command should be available on any [...]