Skip to content
Category

Package management systems

page 1
package manager
software that manages the installation, upgrading, removal and dependency resolution of software packages
installation
process of making a computer program ready for execution
CPAN
thumb|CPAN logo The Comprehensive Perl Archive Network (CPAN) is a software repository of over 220,000 software modules and accompanying documentation for 45,500 distributions, written in the Perl programming language by over 14,500 contributors. CPAN can denote either the archive network or the Perl program that acts as an interface to the network and as an automated software installer (somewhat like a package manager). Most software on CPAN is free and open source software.
Deno
secure runtime for JavaScript and TypeScript based on the V8 JavaScript engine and the Rust programming language
Anaconda
package manager, environment manager, and Python (and related packages) distribution
Cross-Platform Installer Module
XPInstall (Cross-Platform Install) was a technology used by the Mozilla Application Suite, SeaMonkey, Mozilla Firefox, Mozilla Thunderbird and other XUL-based applications for installing Mozilla extensions that add functionality to the main application. Support for XPInstall was removed from Firefox in November 2017 with the release of Firefox 57.
package format
a type of archive containing computer programs and additional metadata needed by package managers
Template:Linux package management systems
Wikimedia template
dependency hell
frustration of some software users who have installed software packages which have dependencies on specific versions of other software packages
Chocolatey
Chocolatey is a machine-level, command-line package manager and installer for software on Microsoft Windows. It uses the NuGet packaging infrastructure and PowerShell to simplify the process of downloading and installing software.
uninstaller
An uninstaller, also called a deinstaller, is a variety of utility software designed to remove other software or parts of it from a computer. It is the opposite of an installer. Uninstallers are useful primarily when software components are installed in multiple directories, or where some software components might be shared between the system being uninstalled and other systems that remain in use.
Template:Package management systems
Wikimedia template
Mozilla Archive Format
legacy compressed Zip file format