You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
453 B
Plaintext

# dpkg
# Package manager for Debian
# Display the package(s) in which the given file would be found. This is very
# useful, because it lets you know to which package a file belongs.
dpkg -S /usr/bin/awk
# Where FILE is the provided Debian package to install, so instructed by `-i`.
dpkg -i [FILE]
# List Debian packages currently installed.
dpkg --get-selections
# List Debian packages installed and in other states, such as not-yet-purged.
dpkg -l