Skip to content

Instantly share code, notes, and snippets.

@michaelcoyote
Created September 10, 2014 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelcoyote/75c8acafa7cdafbb91eb to your computer and use it in GitHub Desktop.
Save michaelcoyote/75c8acafa7cdafbb91eb to your computer and use it in GitHub Desktop.
Stupid dpkg tricks
dpkg -l # list all packages
dpkg -L <PKG> # list a specific package
dpkg -c <PKG> # show pakage contents
dpkg -I <PKG> # Package info..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment