Documentation/Package Management

From openSUSE

This article will not be transferred to the new wiki instance!
This article does not fit the openSUSE:Wiki Guidelines requirement and cannot be updated. It will not be transferred to the new Wiki instance. Reason Merged with Package_Management.

Contents

General information

On modern Linux distributions like openSUSE, software installation is best done with a package manager. The package manager gets software packages from repositories (online servers, CDs, DVDs etc.) and installs them on your system. The package manager also makes it easy to remove packages later or to update them. The number of packages available for installation depends on which repositories you have added.

Packages can require functionality of other software packages. The package manager will try to manage these dependencies, but conflicts can occur that require user interaction.

openSUSE uses packages in the RPM format. You should only install RPMs that are built specifically for your version of openSUSE.

For more information, see Package Management.


Package Management

openSUSE package management

The native openSUSE package manager use the Libzypp backend technology.

Other package managers


See also


External Links