From d9df28e3f2b7edcffdf5e76cae502dd7ee25972f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9otime=20L=C3=A9v=C3=AAque?= Date: Tue, 20 Jan 2015 12:22:47 +0100 Subject: [PATCH] Update dpkg --- cheat/cheatsheets/dpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat/cheatsheets/dpkg b/cheat/cheatsheets/dpkg index 212ac31..76eca1b 100644 --- a/cheat/cheatsheets/dpkg +++ b/cheat/cheatsheets/dpkg @@ -8,4 +8,4 @@ dpkg -P test.deb dpkg -I # Find out if a Debian package is installed or not -dpkg -s test.deb | grepStatus \ No newline at end of file +dpkg -s test.deb | grep Status