This post is related to deb packages.
Files from an installed deb package can be listed with
Code:
dpkg -L pacakgename
The inverse can be done with apt-file:
Code:
apt-file update
apt-file search /path/to/some/file
Config files are a little trickier.. can't remember exactly how to get a list of a packages config files. However, you should always read the documentation in:
Code:
/usr/share/doc/packagename
especially the README.Debian file. This will usually give information about configuring your installation of the package.
Evo2.