Created
April 2, 2015 12:57
-
-
Save bsnape/8cdbc0067e713a5129c1 to your computer and use it in GitHub Desktop.
Unpack RPM on OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install rpm | |
brew install rpm2cpio | |
rpm2cpio <rpm> | cpio -i -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment