I'm interested in unpacking an rpm so I can get at the files without having to go through the install process. There don't seem to be any options for this using either the yum or rpm commands. My goal is to then modify and then rebuild the rpm. Is there a way to do this?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
|
you could unpack rpm using command
If you want to modify package, the better way is to download package.src.rpm file, install it using
|
|||||||
|