-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

dpkg-deb


> Pack, unpack and provide information about Debian archives.

More information.


Display information about a package:

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

Display the package's name and version on one line:

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

List the package's contents:

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

Extract package's contents into a directory:

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

Create a package from a specified directory:

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


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 15:20:27 2024