How to list files in a DEB package

Categories:

List files in the installed package

1dpkg-query -L "$package_name"

List files in the *.deb file

1dpkg-deb -c "$package_name.deb"