Last updated: January 9, 2010
10. Installing Software
Software installation is generally incredibly easy on openSUSE. There's a package manager, which lets you install and remove packages very easily.
10.1 Using the package manager
Simply open YaST Software Management.
Kickoff menu => Computer tab => Install Software
Now search for the package you want, select it for installation and click on Accept. The package manager will then fetch the package and install it and automatically resolve dependencies. After installation is complete the application should appear in the Kickoff menu (unless it's a command line program).
Note! The availability of software packages in the package manager depends on the configured software repositories. Read about software repositories in the next chapter.
10.2 Using 1-click Installation
When browsing the web, you're likely to come across buttons such as this one:

1-click installation simply automates the process of adding one or more software repositories to the package manager and installing one or more packages. Therefore 1-click installation
should be used with the same care as manually adding unofficial repositories (see the next chapter for more on software repositories).
10.3 Package Management in the Terminal
If you wish, you can install and remove packages via a terminal too.
To search for a package run
'zypper se [search term]'. Example:
zypper se thunder
To install a package run
'zypper in [package name]'. Example:
zypper in MozillaThunderbird
To remove a package run
'zypper rm [package name]'. Example:
zypper rm beagle
See
'man zypper' for more.
man zypper
10.3.1 Using 1-click in the Terminal
You can actually use 1-click installation in the terminal too, the syntax is
'OCICLI [URL]', Example:
OCICLI http://opensuse-community.org/nvidia.ymp
Send your comments via e-mail to admin [at] opensuse-guide.org