mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:13:50 +02:00
zypper: add aliases (#17267)
This commit is contained in:
parent
4094518c02
commit
6951722168
1 changed files with 6 additions and 6 deletions
|
@ -6,24 +6,24 @@
|
|||
|
||||
- Synchronize list of packages and versions available:
|
||||
|
||||
`zypper refresh`
|
||||
`zypper {{[ref|refresh]}}`
|
||||
|
||||
- Install a new package:
|
||||
|
||||
`zypper install {{package}}`
|
||||
`zypper {{[in|install]}} {{package}}`
|
||||
|
||||
- Remove a package:
|
||||
|
||||
`zypper remove {{package}}`
|
||||
`zypper {{[rm|remove]}} {{package}}`
|
||||
|
||||
- Upgrade installed packages to the newest available versions:
|
||||
|
||||
`zypper update`
|
||||
`zypper {{[up|update]}}`
|
||||
|
||||
- Search package via keyword:
|
||||
|
||||
`zypper search {{keyword}}`
|
||||
`zypper {{[se|search]}} {{keyword}}`
|
||||
|
||||
- Show information related to configured repositories:
|
||||
|
||||
`zypper repos --sort-by-priority`
|
||||
`zypper {{[lr|repos]}} --sort-by-priority`
|
||||
|
|
Loading…
Add table
Reference in a new issue