mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 06:53:50 +02: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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue