Zypper Package Manager - Manage Packages | Online Free DevTools by Hexmos
Manage software packages with Zypper Package Manager on Linux. Update repositories, install, remove and search packages efficiently using command line. Free online tool, no registration required.
zypper
SUSE & openSUSE package management utility. For equivalent commands in other package managers, see https://wiki.archlinux.org/title/Pacman/Rosetta. More information: https://en.opensuse.org/SDB:Zypper_manual.
- Synchronize list of packages and versions available:
zypper {{[ref|refresh]}}
- Install a new package:
zypper {{[in|install]}} {{package}}
- Remove a package:
zypper {{[rm|remove]}} {{package}}
- Upgrade installed packages to the newest available versions:
zypper {{[up|update]}}
- Search package via keyword:
zypper {{[se|search]}} {{keyword}}
- Show information related to configured repositories:
zypper {{[lr|repos]}} --sort-by-priority