openSUSE is one of the customizable and developer friendly Linux distribution. You can install SUSE along with Windows or can be install using VirtualBox, which is the easiest way of trying this Linux on Windows/Mac.
Zypper
zypper is a command line utility like apt, which fetch application from SUSE’s repository.
Search for an app
You can search for an app/package in the repository using zypper option
sudo zypper search sublim
In this case I search for sublimText package.
Install the app
You can install the app using the package name as
sudo zypper install sublimText
2 thoughts on “Install apps in openSUSE Linux with zypper”