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