Skip to content

Instantly share code, notes, and snippets.

@shi-yan
Created July 18, 2019 17:52
Show Gist options
  • Save shi-yan/db2efe2320065731f56db101fa61ed62 to your computer and use it in GitHub Desktop.
Save shi-yan/db2efe2320065731f56db101fa61ed62 to your computer and use it in GitHub Desktop.
check which packaged installed a binary
dpkg -S /usr/bin/passwd
check which binaries are installed by a package:
dpkg -L ddd.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment