apt-file
- Inhalt von Debian-Softwarepaketen anzeigen
dpkg -c (or --contents) lists the contents of a .deb package file (It is a front-end to dpkg-deb.)
# dpkg -c package_file.deb
To work directly with package names rather than package files, you can use apt-file. (You may need to install the apt-file package first.)
# apt-file update # apt-file list package_name