Merge pull request #444 from dogsleg/patch-1

Fix typo, action (-I -> -l)
This commit is contained in:
Chris Allen Lane 2019-07-01 18:38:57 -04:00 committed by GitHub
commit f33e6cd602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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