-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

dpkg


> Debian package manager.

> Some subcommands such as `dpkg deb` have their own usage documentation.

More information.


Install a package:

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

Remove a package:

dpkg -r {package_name}

List installed packages:

dpkg -l {pattern}

List a package's contents:

dpkg -L {package_name}

List contents of a local package file:

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

Find out which package owns a file:

dpkg -S {filename}


> 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 Tue May 21 04:19:50 2024