cheat-fork-echo/cheat/cheatsheets/dpkg
2015-01-20 01:42:26 +01:00

11 lines
266 B
Plaintext

# Install the package or upgrade it
dpkg -i test.deb
# Remove a package including configuration files
dpkg -P test.deb
# List all installed packages with versions and details
dpkg -I
# Find out if a Debian package is installed or not
dpkg -s test.deb | grepStatus