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