List of files within a Debian package

The command is: dpkg -L <package>

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Search for a specific file of a Debian package

Visit packages.debian.org, and using the lower form, you have the possibility to search for a file in the whole Debian package repository.

Thanks

I already knew about that and used it too. However the local Debian package repository is a bit faster to check and I only needed the path of a local file within a Debian package. For that dkpg -L is a more suitable solution.