From e1aec49ed6479c84a70ba37ed1a182b7ceed333b Mon Sep 17 00:00:00 2001 From: t-stark Date: Mon, 7 Sep 2015 20:57:17 -0500 Subject: [PATCH] modified cheatsheets --- cheat/cheatsheets/rpm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/cheat/cheatsheets/rpm b/cheat/cheatsheets/rpm index 5a0d0ff..63227bc 100644 --- a/cheat/cheatsheets/rpm +++ b/cheat/cheatsheets/rpm @@ -4,6 +4,9 @@ rpm -ivh # To remove a package: rpm -e +# To remove a package, but not its dependencies +rpm -e --nodeps + # To find what package installs a file: rpm -qf @@ -17,3 +20,12 @@ rpm -q --whatrequires # To list all installed packages: rpm -qa + +# To find a pkg's dependencies +rpm -i --test + +# Display checksum against source +rpm -K + +# Verify a package +rpm -V