1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-27 18:37:06 +02:00

cheat/cheatsheets/rpm: small enhancements

This commit is contained in:
quentin 2015-05-21 23:17:34 +02:00
parent 417f47f037
commit 86ba1ad9e6

@ -8,7 +8,12 @@ rpm -e <package>
rpm -qf </path/to/file>
# To find what files are installed by a package:
rpm -ql <package>
rpm -qpl <rpm>
# To find what packages require a package or file:
rpm -q --whatrequires <package>
rpm -q --whatrequires <file>
# To list all installed packages:
rpm -qa