Skip to content

Debian

Which package for ... ?

1
2
3
4
# ps: command not found
$ apt install procps
# netstat: command not found
$ apt install net-tools

List files installed from a given package

1
2
3
4
5
6
7
8
9
# dpkg-query -L <package_name>
$ dpkg-query -L webp
/.
/usr
/usr/bin
/usr/bin/cwebp
/usr/bin/dwebp
/usr/bin/gif2webp
...

Which package installed a given binary ?

1
2
3
4
# dpkg -S <package_name>
$ dpkg -S cwebp
webp: /usr/bin/cwebp
webp: /usr/share/man/man1/cwebp.1.gz