diff --git a/cheat/cheatsheets/dpkg b/cheat/cheatsheets/dpkg index 76eca1b..8117e98 100644 --- a/cheat/cheatsheets/dpkg +++ b/cheat/cheatsheets/dpkg @@ -5,7 +5,7 @@ dpkg -i test.deb dpkg -P test.deb # List all installed packages with versions and details -dpkg -I +dpkg -l # Find out if a Debian package is installed or not dpkg -s test.deb | grep Status