mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-05 21:13:22 +02:00
23 lines
367 B
Markdown
23 lines
367 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}}`
|