How to uninstall programs from terminal in openSUSE Linux
openSUSE Linux has a great tool for installing and uninstalling programs: zypper. You can use YaST to uninstall programs in SoftwareManagement, but from my point of view the fastest way is to uninstall the program in command line (terminal):
$ sudo zypper rm {program name}
For example, we want to uninstall the game iagno. Run a command:
$ sudo zypper rm iagno
And check the result: