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
2009-10-28 09:23:26
how to use rpm2cpio on fedora?when i extract a RPM with this command how to use spec file
M.Rezaei
2009-10-28 09:42:52