Add linux/zypper
This commit is contained in:
parent
4359692109
commit
a46d450306
|
|
@ -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}}`
|
||||
Loading…
Reference in New Issue