zypper
also: ZYpp
zypper is the command-line package manager for openSUSE and SUSE Linux Enterprise, used to install, update, and remove software packages.
zypper is the native package management tool for openSUSE, SUSE Linux Enterprise (SLE), and related distributions. It manages RPM packages and their dependencies, providing a user-friendly interface for package operations.
Common zypper commands include zypper install package-name to install software, zypper update to update all packages, zypper remove package-name to uninstall, and zypper search keyword to find packages. For example: zypper install firefox would install the Firefox browser with all required dependencies automatically resolved.
zypper can manage both individual packages and entire repositories, handle version conflicts, and perform system upgrades. It supports both interactive and non-interactive modes, making it suitable for both desktop users and system administrators automating deployments.