[Fix #122] Add documentation for yum
This commit is contained in:
parent
9ed470d77c
commit
a0806e15c3
1 changed files with 29 additions and 0 deletions
29
modules/yum/README.md
Normal file
29
modules/yum/README.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
yum
|
||||
===
|
||||
|
||||
Defines [`yum`][1] aliases.
|
||||
|
||||
Aliases
|
||||
-------
|
||||
|
||||
- `ys` searches packages.
|
||||
- `yp` shows package info.
|
||||
- `yl` lists packages.
|
||||
- `yli` lists installed packages.
|
||||
- `yu` updates installed packages.
|
||||
- `yi` installs packages.
|
||||
- `yr` removes packages.
|
||||
- `yrl` removes packages, including any unused dependencies (with
|
||||
`yum-plugin-remove-with-leaves`).
|
||||
- `yc` cleans the cache.
|
||||
|
||||
Authors
|
||||
-------
|
||||
|
||||
*The authors of this module should be contacted via the [issue tracker][2].*
|
||||
|
||||
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
||||
|
||||
[1]: http://yum.baseurl.org/
|
||||
[2]: https://github.com/sorin-ionescu/oh-my-zsh/issues
|
||||
|
Loading…
Add table
Reference in a new issue