Flattr this

Package Management

Description

The preferred method for installing software on most GNU/Linux-based operating systems is to use a package manager. The two most commonly-used package managers are:

Given a list of packages for installation, APT or yum first determines what other packages are needed to satisfy any dependencies. It then fetches the required packages from a repository, typically by downloading them over a network. Once that has been done, it invokes dpkg or RPM to unpack the packages and perform any necessary configuration.

Records of installed packages and files are kept so that system-wide upgrades are possible, and so that packages can be removed when they are no longer needed.

microHOWTOs

Further reading