dpkg-deb Command Examples

Pack, unpack and provide information about Debian archives. More information: https://manned.org/dpkg-deb.

dpkg-deb --info {{path/to/file.deb}}

dpkg-deb --show {{path/to/file.deb}}

dpkg-deb --contents {{path/to/file.deb}}

dpkg-deb --extract {{path/to/file.deb}} {{path/to/directory}}

dpkg-deb --build {{path/to/directory}}