How to extract RPM ?
In other words, how to get the files inside RPM (Redhat Package Management).
it is by using rpm2cpio.
If you do not have rpm2cpio and u are on Ubunut, do the following :
1) sudo apt-get install rpm
2) rpm2cpio xyz.rpm | cpio -ivd
Enjoy
it is by using rpm2cpio.
If you do not have rpm2cpio and u are on Ubunut, do the following :
1) sudo apt-get install rpm
2) rpm2cpio xyz.rpm | cpio -ivd
Enjoy
Comments