How to list all files from a .deb package like rpm -ql
on RPM based systems?
Use this command
dpkg -L pkg_name
More on the dpkg
command, check dpkg manual.
How to list all files from a .deb package like rpm -ql
on RPM based systems?
Use this command
dpkg -L pkg_name
More on the dpkg
command, check dpkg manual.