Skip to content

Instantly share code, notes, and snippets.

@tlatsas
Created September 2, 2013 10:54
Show Gist options
  • Save tlatsas/6411655 to your computer and use it in GitHub Desktop.
Save tlatsas/6411655 to your computer and use it in GitHub Desktop.
extract rpm files on current folder from debian-based systems
rpm2cpio $1 | cpio -i --make-directories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment