Skip to content

Instantly share code, notes, and snippets.

@bsnape
Created April 2, 2015 12:57
Show Gist options
  • Save bsnape/8cdbc0067e713a5129c1 to your computer and use it in GitHub Desktop.
Save bsnape/8cdbc0067e713a5129c1 to your computer and use it in GitHub Desktop.
Unpack RPM on OSX
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