1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/linux/zypper.md
2021-08-15 19:59:09 +02:00

28 lines
533 B
Markdown

# zypper
> SUSE & openSUSE package management utility.
> More information: <https://en.opensuse.org/SDB:Zypper_manual>.
- 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 the newest available versions:
`zypper update`
- Search package via keyword:
`zypper search {{keyword}}`
- Show information related to configured repositories:
`zypper repos --sort-by-priority`