1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:13:31 +02:00

Merge pull request #585 from kuanyui/zypper

Add linux/zypper
This commit is contained in:
Felix Yan 2016-01-05 15:30:47 +08:00
commit 6b52979936

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