Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-20 00:24:01 +00:00
parent 16134c78d9
commit 1ec3810968
41 changed files with 352 additions and 139 deletions

View File

@@ -11,24 +11,24 @@ source: https://github.com/tldr-pages/tldr.git
- 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`