Last updated: January 9, 2010
titel ?
Getting Started
1. Introduction
2. Switching to GNU/Linux
3. Getting openSUSE
4. Installation

Day to Day Use
5. Desktop Environment (KDE)
6. Common Tasks
7. Security and Root
8. Terminal
9. Administrator Settings (YaST)
10. Installing Software
11. Software Repositories
12. MS Windows Interop

Setup
13. Multimedia Codecs
14. Browser Plugins
15. 3D Drivers

Appendix
A: Getting Help
B: Wireless
C: Games
D. History and Background
E: Getting Involved
GNU Free Documentation License
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:

oneclick

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

prev
next
Send feedback via e-mail to admin [at] opensuse-guide.org