Skip to content

Instantly share code, notes, and snippets.

@kai5263499
Created October 24, 2017 18:36
Show Gist options
  • Save kai5263499/6604d00cd532cb0e6ab4faa3e7186b0a to your computer and use it in GitHub Desktop.
Save kai5263499/6604d00cd532cb0e6ab4faa3e7186b0a to your computer and use it in GitHub Desktop.
Debian package management
# Find packages that depend on PACKAGE
apt-cache rdepends PACKAGE
# Find packages that PACKAGE depends on
apt-cache depends PACKAGE
# Find packages that provide FILE
dpkg -S FILE
apt-file find FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment