1
0
Fork 0
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:
Managor 2025-07-19 19:03:20 +03:00 committed by GitHub
parent 4094518c02
commit 6951722168
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`