yum: add "provides" example (#1132)
"yum provides" is incredibly useful when you come from a different distro, and you don't know exactly what package provides a particular command.
This commit is contained in:
@@ -14,6 +14,10 @@
|
|||||||
|
|
||||||
`yum -y install {{package}}`
|
`yum -y install {{package}}`
|
||||||
|
|
||||||
|
- Find the package that provides a particular command:
|
||||||
|
|
||||||
|
`yum provides {{command}}`
|
||||||
|
|
||||||
- Remove a package:
|
- Remove a package:
|
||||||
|
|
||||||
`yum remove {{package}}`
|
`yum remove {{package}}`
|
||||||
|
Reference in New Issue
Block a user