mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 19:17:57 +01:00
23 lines
373 B
Markdown
23 lines
373 B
Markdown
# zypper
|
|
|
|
> SUSE & openSUSE package management utility.
|
|
|
|
- Synchronize list of packages and versions available:
|
|
|
|
`zypper refresh`
|
|
|
|
- Install a new package:
|
|
|
|
`zypper install {{package}}`
|
|
|
|
- Remove a package:
|
|
|
|
`zypper remove {{package}}`
|
|
|
|
- Upgrade installed packages to newest available versions:
|
|
|
|
`zypper update`
|
|
|
|
- Search package via keyword:
|
|
|
|
`zypper search {{keyword}}`
|