mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 17:38:29 +01:00
373 B
373 B
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}}