mirror of
https://github.com/cheat/cheat.git
synced 2024-12-19 03:05:06 +01:00
Merge pull request #221 from laomaiweng/cheatsheet-rpm-enhancements
`rpm` cheatsheet: small enhancements
This commit is contained in:
commit
c906a394cc
@ -8,7 +8,12 @@ rpm -e <package>
|
|||||||
rpm -qf </path/to/file>
|
rpm -qf </path/to/file>
|
||||||
|
|
||||||
# To find what files are installed by a package:
|
# To find what files are installed by a package:
|
||||||
|
rpm -ql <package>
|
||||||
rpm -qpl <rpm>
|
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:
|
# To list all installed packages:
|
||||||
rpm -qa
|
rpm -qa
|
||||||
|
Loading…
Reference in New Issue
Block a user