mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 10:24:40 +03:00
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:
parent
05c63936ce
commit
3df8a4b380
@ -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}}`
|
||||
|
Loading…
Reference in New Issue
Block a user