1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 19:17:57 +01:00

Add linux/zypper

This commit is contained in:
kuanyui 2016-01-05 02:32:04 +08:00
parent 4359692109
commit a46d450306

23
pages/linux/zypper.md Normal file
View file

@ -0,0 +1,23 @@
# 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}}`