zypper command is used for package management in OpenSUSE.
To update your system, run
zypper update
Install a Software
zypper install PACKAGE_NAME
Example
Finding Package
To find package that provide the software need, you can use
zypper search PACKAGE_NAME
Example
zypper search php
Leave a Reply