mirror of
https://github.com/Erreur32/cheat.git
synced 2024-10-31 21:11:07 +01:00
12 lines
268 B
Plaintext
12 lines
268 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 | grep Status
|