Inline videos. See also:Category: Articles with embedded Videos..

Package management system

From Biocrawler, the free encyclopedia.

(Redirected from Package manager)

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, software is distributed in packages, usually encapsulated into a single file. Packages often include other important information, such as the full name, version, and vendor of the software, checksum information, and a list of other packages, known as dependencies, that are required for the software to run properly.

Package management systems are charged with the task of organising all of the packages installed on a system and maintaining their usability. These systems meet these goals using various combinations of the following techniques:

  • Verification of file checksums to help prevent differences between the local and official versions of a package;
  • Simple installation, upgrade, and removal facilities;
  • Dependency tracking to deliver working software from a package;
  • Update checking to provide the latest version of software, which often includes bug fixes and security updates;
  • Grouping of packages by function to help eliminate user confusion when installing or maintaining them.

Common packaging systems

The following are some examples of package management systems implemented by Unix-like operating systems:

See also

Wikipedia (http://en.wikipedia.org/wiki/Main_Page) Package_manager (http://en.wikipedia.org/wiki/Package_manager) version history (http://en.wikipedia.org/w/index.php?title=Package_manager&action=history) GNU Free Documentation Lizenz (http://en.wikipedia.org/wiki/Wikipedia:Text_of_the_GNU_Free_Documentation_License) CC-by-sa (http://creativecommons.org/licenses/by-sa/2.5/)

Personal tools
Google Search
Google
Web
biocrawler.com

 
In other languages