Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Package management system


A package management system is a collection of tools to automate the process of installing, upgrading, configuring, and removing software packages from a computer. The term is most commonly used with regards to UNIX-like systems, particularly Linux, as these systems rely far more heavily on it, with thousands of discrete packages on a typical installation being common.

In such a system, the software is distributed in packages, usually encapsulated into a single file. The file, as well as the software itself, often contains information that describes the package's details, including its name, checksums, and dependencies on any other packages that it needs to work, i.e. libraries. It may also include information on how to configure the package for use and how to remove the package cleanly when it is no longer required. The package manager then uses this information to install, configure, and remove packages as requested by the user.

Some well-known examples of package management systems include:

Recent versions of Microsoft WindowsImage use policy. Microsoft Windows is a range of commercial operating environments for personal computers. The range was first introduced by Microsoft in 1985 and eventually has come to dominate the world personal computer market. All recent versions of provide similar facilities ( Windows UpdateInternet Explorer web browser. This is a screenshot of Windows Update version 5. Windows Update is a web-based software update service for Microsoft Windows operating systems. It offers automatic a one-stop location for downloading critical system compone) for Microsoft software.

See also: DLL hell



Read more »

Non User