diff --git a/cheat/cheatsheets/rpm b/cheat/cheatsheets/rpm new file mode 100644 index 0000000..93e2ecf --- /dev/null +++ b/cheat/cheatsheets/rpm @@ -0,0 +1,14 @@ +# To install a package: +rpm -ivh + +# To remove a package: +rpm -e + +# To find what package installs a file: +rpm -qf + +# To find what files are installed by a package: +rpm -qpl + +# To list all installed packages: +rpm -qa