[LINUX] Extract files from RPM file without installing it

Only command rpm2cpio and cpio are needed:

mkdri tmp
cd tmp
wget xxx.rpm
rpm2cpio xxx.rpm | cpio -idmv

Recommended Posts

Extract files from RPM file without installing it
Extract strings from files in Python
How to check / extract files in RPM package
Extract files from EC2 storage with the scp command
Extract only the sound of a specific instrument from a MIDI file and make it a separate file