How to list all files from a .deb package like rpm -ql
on RPM based systems?
Use this command
dpkg -L pkg_name
-L
lists files:
-L, --listfiles package-name...
List files installed to your system from package-name.
More on the dpkg
command, check dpkg manual.