Linux Package Management Cheat Sheet/Install package on SUSE

Install one or more packages.

Section: Pacman and Zypper

Install package on SUSE

bash
bash
sudo zypper install nginx jq
Explanation

Package installation workflow on openSUSE/SLES.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Pacman and Zypper
Refresh repositories on SUSE
Refresh package metadata.
OpenIn sheetbashsame section
Update packages on SUSE
Upgrade installed packages.
OpenIn sheetbashsame section
Remove package on SUSE
Uninstall a package.
OpenIn sheetbashsame section
Install package on Arch
Install one or more packages.
OpenIn sheetbashsame section
Refresh package databases
Synchronize package databases on Arch.
OpenIn sheetbashsame section
Full system upgrade on Arch
Synchronize package databases and upgrade packages.
OpenIn sheetbashsame section