Skip to content

Instantly share code, notes, and snippets.

@KennyStier
Created July 21, 2015 11:59
Show Gist options
  • Save KennyStier/9ecbad55a04d92b7ea03 to your computer and use it in GitHub Desktop.
Save KennyStier/9ecbad55a04d92b7ea03 to your computer and use it in GitHub Desktop.
Download .deb packages from the repository with apt-get-pkgs
wget $(apt-get install --reinstall --print-uris -qq $1 | cut -d"'" -f2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment