tags:

views:

189

answers:

1

Hi how to unpacks and rebuild rpm package on fedora? Could any one help me on this!

+1  A: 

If you have the src.rpm: use

rpmbuild --rebuild the.src.rpm

If you don't have the source, and also no way of getting it: you can extract a RPM using rpm2cpio, and similarly pack it back together.

ankon
how to use rpm2cpio on fedora?when i extract a RPM with this command how to use spec file
M.Rezaei