Skip to content

Instantly share code, notes, and snippets.

@rohannog
Created March 27, 2013 09:04
Show Gist options
  • Save rohannog/5252853 to your computer and use it in GitHub Desktop.
Save rohannog/5252853 to your computer and use it in GitHub Desktop.
Installing deb packages on Fedora
ar vx your-package.deb data.tar.gz
sudo tar xzvf data.tar.gz -C /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment