Skip to content

Instantly share code, notes, and snippets.

@monolithed
Last active December 15, 2015 14:59
Show Gist options
  • Save monolithed/5278538 to your computer and use it in GitHub Desktop.
Save monolithed/5278538 to your computer and use it in GitHub Desktop.
sudo port install rpm
# Show files
rpm --query --list -p package.rpm
# Unpack package
rpm2cpio package.rpm | cpio -idmv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment