Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top