mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 08:15:44 +02:00
367 B
367 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}}