Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-10 00:21:37 +00:00
parent 15848b0938
commit 9420175cb8
27 changed files with 159 additions and 74 deletions

View File

@@ -11,19 +11,19 @@ source: https://github.com/tldr-pages/tldr.git
- Synchronize list of packages and versions available:
`zypper {{[ref|refresh]}}`
`sudo zypper {{[ref|refresh]}}`
- Install a new package:
`zypper {{[in|install]}} {{package}}`
`sudo zypper {{[in|install]}} {{package}}`
- Remove a package:
`zypper {{[rm|remove]}} {{package}}`
`sudo zypper {{[rm|remove]}} {{package}}`
- Upgrade installed packages to the newest available versions:
`zypper {{[up|update]}}`
`sudo zypper {{[up|update]}}`
- Search package via keyword: