mirror of
https://github.com/cheat/cheat.git
synced 2025-04-08 10:44:02 +02:00
Merge pull request #444 from dogsleg/patch-1
Fix typo, action (-I -> -l)
This commit is contained in:
commit
f33e6cd602
@ -5,7 +5,7 @@ dpkg -i test.deb
|
|||||||
dpkg -P test.deb
|
dpkg -P test.deb
|
||||||
|
|
||||||
# List all installed packages with versions and details
|
# List all installed packages with versions and details
|
||||||
dpkg -I
|
dpkg -l
|
||||||
|
|
||||||
# Find out if a Debian package is installed or not
|
# Find out if a Debian package is installed or not
|
||||||
dpkg -s test.deb | grep Status
|
dpkg -s test.deb | grep Status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user