mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-02 22:11:05 +01:00
15 lines
253 B
Plaintext
15 lines
253 B
Plaintext
|
# To install a package:
|
||
|
rpm -ivh <rpm>
|
||
|
|
||
|
# To remove a package:
|
||
|
rpm -e <package>
|
||
|
|
||
|
# To find what package installs a file:
|
||
|
rpm -qf </path/to/file>
|
||
|
|
||
|
# To find what files are installed by a package:
|
||
|
rpm -qpl <rpm>
|
||
|
|
||
|
# To list all installed packages:
|
||
|
rpm -qa
|