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}}`