View Single Post
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#3
To see the contents of a deb-file:
Code:
dpkg --contents PACKAGEFILE
For an already installed packages (files owned by this package):
Code:
dpkg --listfiles PACKAGENAME
nicolai
 

The Following 2 Users Say Thank You to nicolai For This Useful Post: