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:
parent
4359692109
commit
a46d450306
1 changed files with 23 additions and 0 deletions
23
pages/linux/zypper.md
Normal file
23
pages/linux/zypper.md
Normal 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}}`
|
Loading…
Reference in a new issue