Zypper is a command-line interface for the package management system used by the openSUSE and SUSE Linux Enterprise operating systems. Some common Zypper commands include:
- zypper search: searches for packages in the configured repositories
- zypper install: installs one or more packages
- zypper remove: removes one or more packages
- zypper update: updates one or more packages to the latest version
- zypper list-updates: lists all available updates for installed packages
- zypper info: displays information about a package
- zypper source-install: installs the source package for a package
- zypper clean: removes unnecessary files from the package cache
- zypper dup: performs a distribution upgrade
These are just a few examples of the many commands available with Zypper. To see a full list of commands, you can run zypper help
. and also refer List of zypper commands in SuSE Linux – TECHIELINUX