invasy.dev
Home
Résumé
Notes
Categories
Tags
How to list files in a DEB package
Categories:
how to
Tags:
Deb
Dpkg
Debian
Ubuntu
List files in the installed package
1
dpkg-query -L
"
$package_name
"
List files in the
*.deb
file
1
dpkg-deb -c
"
$package_name
.deb"