I just installed suse, because I found the latest version of Ubuntu to be VERY lacking, and wanted to try another distro out, and had heard good things about it. All I really need to know is the terminal command used for managing packages, in ubuntu it was
aptitude install XXX
aptitude uninstall XXX
what do I use in suse?
in suse you use zypper …
zypper in <package>
zypper rm <package>
zypper up