Quantcast
Channel: How to list files of a Debian package without install - Super User
Viewing all articles
Browse latest Browse all 10

Answer by quack quixote for How to list files of a Debian package without install

$
0
0

Use --contents instead of -L:

dpkg --contents PACKAGENAME

When used in this manner, dpkg acts as a front-end to dpkg-deb, so use man dpkg-deb to see all the options.

You can also use an archive browser to view the package contents.


Viewing all articles
Browse latest Browse all 10

Trending Articles