Package Management in the TerminalIf you wish, you can install and remove packages via a terminal too. To search for a package run zypper search [search term]. Example:
zypper search thunder
To install a package run zypper install [package name]. Example:
zypper install MozillaThunderbird
To remove a package run zypper remove [package name]. Example:
zypper remove PackageKit
PackageKit See man zypper for more.
man zypper
Or for help on indvidual commands use for example:
zypper install --help