mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
commit
6b52979936
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…
Add table
Reference in a new issue