Dec 312009
How to extract RPM package without installing it
Answer:
Assume you have foo.rpm, type the following command to extract the rpm's contents
rpm2cpio foo.rpm | cpio -idmv
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
How to extract RPM package without installing it
Answer:
Assume you have foo.rpm, type the following command to extract the rpm's contents
rpm2cpio foo.rpm | cpio -idmv