permalink: spells/match-files-to-packages-in-debian-based-operating-systems
tags:
- HowTo
- OS/Linux/Distros/Debian
- AttackCycle/Reconnaissance
- Application/dpkg-query# List all installed packages
#
dpkg-query -l
# List files in an installed package
#
dpkg-query -L $PACKAGE_NAME
# List the package that owns a particular file
#
dpkg-query -S $FULL_PATH_TO_FILE