mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-11 09:47:22 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user