diff --git a/cheat/cheatsheets/rpm b/cheat/cheatsheets/rpm index 93e2ecf..5a0d0ff 100644 --- a/cheat/cheatsheets/rpm +++ b/cheat/cheatsheets/rpm @@ -8,7 +8,12 @@ rpm -e rpm -qf # To find what files are installed by a package: +rpm -ql rpm -qpl +# To find what packages require a package or file: +rpm -q --whatrequires +rpm -q --whatrequires + # To list all installed packages: rpm -qa