Last updated: July 20, 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. Apps for 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
16. Wireless

Appendix
A: Help and Docs
B: Games
C. Under the Hood
D. History and Background
E: Getting Involved
GNU Free Documentation License

11. Software Repositories
As mentioned in the previous chapter, the package manager installs software by fetching packages from software repositories, therefore the software available for easy installation via the package manager depends on the configured repositories.

A software repository is a collection of RPM packages (the openSUSE packaging format) and metadata for the available packages. Usually repositories are on online servers, but it can also be CD/DVD or other media.

11.1 Managing Repositories
Respositories can be added, removed and configured via YaST.
Kickoff menu => Computer tab => YaST => Software => Software Repositories

repos

If you wish to use the online repository instead of using the DVD, disable the DVD as a repository here.

11.1.1 Adding Repositories
The official repositories are pre-configured, but many unofficial repositories exist and can be added too.

obs Add repositories with care.
  • Unofficial repositories might include experimental packages
  • Not all repositories are compatible with each other
  • The risk level of a repository can change over time
  • Too many repositories makes the package manager slower

The easiest and safest way to add repositories is using the list of online community repositories in YaST. This provides you with a selection of popular and pretty safe repositories to choose from:
Kickoff menu => Computer tab => YaST => Software => Software Repositories => Click on "Add" => Select "Community Repositories" and click "Next"



Note that the openSUSE BuildService is a service for the community to build and share packages. openSUSE BuildService repositories are unofficial and unsupported. Use at your own risk.

11.1.2 Recommended Repositories
You should always have the three official repositories (which are configured out of the box).
Additionally I recommend adding the following repositories from the Community Repositories list, for having a good balance of software supply and stability for most users.
tip Still missing a package? You can search for packages/repositories on the openSUSE BuildService here:
http://software.opensuse.org/search

11.2 Repository Management in the Terminal
If you wish, you can manage your repositories via a terminal too.

Add a repository with auto-refresh enabled 'zypper ar --refresh [URL] [Alias]'. Example:
zypper ar --refresh http://ftp.gwdg.de/pub/linux/packman/suse/11.3 Packman

Disable a repository 'zypper mr --disable [URL|Alias]'. Example:
zypper mr --disable Packman

Remove a repository 'zypper rr [URL|Alias]'. Example:
zypper rr http://ftp.gwdg.de/pub/linux/packman/suse/11.3

List configured repositories, showing details (priorities, URL, etc.):
zypper lr -d

See 'man zypper' for more.
man zypper

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