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.
waldyrious/alt-syntax
Andrea 2016-10-27 21:46:11 +01:00 committed by Waldir Pimenta
parent 05c63936ce
commit 3df8a4b380
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
`yum -y install {{package}}`
- Find the package that provides a particular command:
`yum provides {{command}}`
- Remove a package:
`yum remove {{package}}`