mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
934 B
934 B
The Zypper package manager
SUSE and openSUSE GNU/Linux's package management utility.
Table of contents
TL;DR
# update the repositories
zypper refresh
# search for a package
zypper search nmap
# install a package
zypper install parallel
Gotchas
Zypper does not have for now a way to list the content of an installed package. Use rpm for this:
sudo rpm --query --list ${PACKAGE_NAME}