dpkg --contents
will let you look at the uninstalled package. If the .deb is not on your system yet, do
apt-get --download-only install pkgname
The package will get downloaded to /var/cache/apt/archives
but not installed.
dpkg --contents
will let you look at the uninstalled package. If the .deb is not on your system yet, do
apt-get --download-only install pkgname
The package will get downloaded to /var/cache/apt/archives
but not installed.