Debian package tools

last modified

2023–9–27

Show package from which file was installed

dpkg -S <path>

Show files a package did install

dpkg-query -L <package>

Show files a deb-file will install

dpkg-deb -c <package.deb>

Show dependencies and other information about installed package

aptitude show <package>