logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

See Also