List of software package management systems
This is a list of notable software package management systems, categorized first by package format (binary, source code, hybrid) and then by operating system family.[1]
Binary packages
The following package management systems distribute software in
Unix-like
Linux
- dpkg: Originally used by Debian and now by Ubuntu and derivatives. Uses the .deb format and was the first to have a widely known dependency resolution tool, APT. The ncurses-based front-end for APT, aptitude, is also a popular package manager for Debian-based systems;
- Flatpak: A containerized/sandboxed packaging format previously known as xdg-app;
- Snap: Cross-distribution containerized package manager, non-free on the server-side, originally developed for Ubuntu;
- Nix package manager: Aims to make package management reliable and reproducible. It provides atomic upgrades and rollbacks, side-by-side installation of multiple versions of a package, multi-user package management and easy setup of build environments;
- GNU Guix: Used by the GNU Guix System. It is based on the Nix package manager with Guile Scheme APIs and differs in that it does not provide proprietary software;
- . Its binary package format is a compressed tar archive (default file extension:
.pkg.tar.zst
) built using the makepkg utility (which comes bundled with pacman) and a specialized type of shell script called a PKGBUILD;- Pamac: A user-friendly frontend to pacman with both a CLI and a GUI, built and maintained by Manjaro;
- Portage: A package management system invoked by the
emerge
command, originally created for and used by Gentoo Linux;- Entropy: Used by and created for Sabayon Linux. It works with binary packages that are bzip2-compressed tar archives (file extension:
.tbz2
), that are created using Entropy itself, from tbz2 binaries produced by Portage from ebuilds, a type of specialized shell script;
- Entropy: Used by and created for Sabayon Linux. It works with binary packages that are bzip2-compressed tar archives (file extension:
- RPM Package Manager: Created by Red Hat. RPM is the Linux Standard Base packaging format and the base of a number of additional tools:
- APT-RPM: an APT-like frontend to RPM;
- openSUSE's ZYpp (zypper);
- YUM, also used by Red Hat Enterprise Linux and Yellow Dog Linux;
- slackpkg;
- package management tools;
- slapt-get: An APT-like package manager for Slackware;
- xbps (X Binary Package System): Used by Void Linux.
- apk-tools: Used by Alpine Linux. Originally a collection of shell scripts, but has been since rewritten in C.
Linux (discontinued)
- OpenPKG: Cross-platform package management system based on RPM Package Manager;
- Red Hat's up2date, an out-of-date/discontinued predecessor to YUM.
Android
- Amazon Appstore: Alternative app store for Android devices;
- Aptoide: application for installing mobile applications which runs on the Android operating system. In Aptoide there is no centralized store; instead, each user manages their own store.
- F-Droid: Alternative app store for Android, whose official repository contains only free software;
- devices.
- GetJar: An independent mobile phone app store founded in Lithuania in 2004;
- Google Play: Online app store developed by Google for Android devices that license the proprietary Google Application set;
- Huawei AppGallery: An app store developed by Huawei for Android devices and HarmonyOS devices;
- SlideME: Alternative app store for Android.
BSD
- FreeBSD pkg – FreeBSD binary packages are built on top of source based FreeBSD Ports and managed with the pkg tool;
- OpenBSD ports: The infrastructure behind the binary packages on OpenBSD;
- pkgsrc: A cross-platform package manager, with regular binary packages provided for NetBSD, Linux and macOS by multiple vendors;
- Debian GNU/kFreeBSD;
- rpm;
- ports tree.
macOS (OS X)
- OS X 10.6;
- Fink: A port of dpkg, it is one of the earliest package managers for macOS;
- Homebrew: Command-Line Interface-based package manager, known for its ease-of-use and extensibility.
- MacPorts: Formerly known as DarwinPorts, based on FreeBSD Ports (as is macOS itself);
- Joyent: Provides a repository of 10,000+ binary packages for macOS based on pkgsrc;[5]
Solaris, illumos
- ;
- pkgsrc: SmartOS, OS distribution of Illumos from Joyent. Uses pkgsrc, can be bootstrapped to use on OpenIndiana;[6]
- OpenCSW: Community supported collection of packages in SysV format for SunOS 5.8-5.11 (Solaris 8-11);
- OpenPKG: Cross-platform package management system based on RPM Package Manager.
iOS
Windows
- , it distributes video games and films as well;
- Windows;
- apt-get. Usability wrapper for NuGet;
- Free and open-source software repository for Windows NT. Provides many Linuxtools and an installation tool with package manager;
- Homebrew: a port of the MacOS package manager meant for use with Windows Subsystem for Linux, using the already existing Linux port as its base;
- Ninite: Proprietary package manager for Windows NT;
- Visual Studio, and extendable from the command-line;
- Pacman: MSYS2-ported Windows version of the Arch Linuxpackage manager;
- free and open-source package manager for Windows
- apt-getlike features too;
Superseded:
- Windows Phone Store: Former official app store for Windows Phone. Now superseded by Microsoft Store;
z/OS
Source code-based
The following package management systems distribute the source code of their apps. Either the user must know how to compile the packages, or they come with a script that automates the compilation process. For example, in GoboLinux a recipe file contains information on how to download, unpack, compile and install a package using its Compile tool. In both cases, the user must provide the computing power and time needed to compile the app, and is legally responsible for the consequences of compiling the package.
BSD
- FreeBSD Ports is an original implementation of source based software management system commonly referred to as Ports collection. It gave way and inspired many others systems;
- OpenBSD portsis a Perl based reimplementation of ports collection;
Linux
- ABS is used by Arch Linuxto automate binary packages building from source or even other binary archives, with automatic download and dependency checking;
- apt-build is used by distributions which use deb packages, allowing automatic compiling and installation of software in a deb source repository;
- Sourcemage GNU/Linux's bashbased package management program that automatically downloads software from their original site and compiles and installs it on the local machine;
macOS (OS X)
- OS X, derives partially from dpkg/apt and partially from ports;
- OpenDarwinproject;
- Homebrew, with close Gitintegration;
- pkgsrc can be used to install software directly from source-code, or to use the binary packages provided by several independent vendors.
Windows
Hybrid systems
- Nix package manager: Package manager that manages software in a purely functional way, featuring multi-user support, atomic upgrades and rollbacks. Allows multiple versions or variants of a software to be installed at the same time. It has support for macOS and is cross-distribution in its Linuxsupport;
- Funtoo Linux, and Sabayon Linux. It is inspired by the BSD ports systemand uses text based "ebuilds" to automatically download, customize, build, and update packages from source code. It has automatic dependency checking and allows multiple versions of a software package to be installed into different "slots" on the same system. Portage also employs "use flags" to allow the user to fully customize a software build to suit the needs of their platform in an automated fashion. While source code distribution and customization is the preferred methodology, some larger packages that would take many hours to compile on a typical desktop computer are also offered as pre-compiled binaries in order to ease installation;
- and previously by ExTiX Linux;
- MacPorts (for OS X);
- NetBSD's pkgsrc works on several Unix-like operating systems, with regular binary packages for macOS and Linux provided by multiple independent vendors;
- Collective Knowledge Framework is a cross-platform package and workflow framework with JSON API that can download binary packages or build them from sources for Linux, Windows, MacOS and Android platforms.[8]
Meta package managers
The following unify package management for several or all Linux and sometimes Unix variants. These, too, are based on the concept of a recipe file.
- AppImage (previously klik and PortableLinuxApps) aims to provide an easy way to get software packages for most major distributions without the dependency problems so common in many other package formats.
- Autopackage uses
.package
files. - PackageKit is a set of utilities and libraries for creating applications that can manage packages across multiple package managers using back-ends to call the correct program.
Game package managers
Package management systems geared toward developing and distributing video games.
- Steam: A cross-platform video game distribution, licensing and social gameplay platform, developed and maintained by Valve. Used to shop for, download, install, update, uninstall and back up video games. Works on Windows NT, OS X and Linux
- Uplay: A cross-platform video game distribution, licensing and social gameplay platform, developed and maintained by Ubisoft. Used to shop for, download, install and update video games. Works on Windows NT and Windows Phone, as well as PlayStation 3, PlayStation 4, Xbox 360, Xbox One, Wii U, iOS and Android.
- Windows Store
Proprietary software systems
A wide variety of package management systems are in common use today by proprietary software operating systems, handling the installation of both proprietary and free packages.
- Software Distributor is the HP-UX package manager.
Application-level package managers
- Bitnami: a library of installers or software packages for web applications
- Cargo: is Rust's build system and package manager. It downloads, compiles, distributes, and uploads packages—called crates
- CocoaPods: a dependency manager for Swift and Objective-C Cocoa projects
- Composer: a dependency Manager for PHP
- Conda: a package manager for open data science platform of the Python and R
- CPAN: a programming library and package manager for Perl
- CRAN: a programming library and package manager for R
- CTAN: a package manager for TeX
- Docker: Docker, a system for managing containers, serves as a package manager for deploying containerized applications
- Enthought Canopy: a package manager for Python scientific and analytic computing distribution and analysis environment
- Groovy and other JVM languages, and also C++
- sbt
- Leiningen: a project automation tool for Clojure
- Lua
- Maven: a package manager and build tool for Java
- npm: a programming library and package manager for Node.js and JavaScript
- NuGet: the package manager for the Microsoft development platform including .NET Framework and Xamarin
- PAR::Repository and Perl package manager: binary package managers for Perl
- PEAR: a programming library for PHP
- pip: a package manager for Python and the PyPI programming library
- RubyGems: a package manager and repository for Ruby
- sbt: a build tool for Scala, uses Ivy for dependency management
- yarn: an alternative to npm for Node.js and JavaScript
Meta server application-level package manager
See also
- Binary repository manager
- Package format
- Linux package formats
- App stores— The commercial version of a package manager, focusing on payment and closed source software.
References
- S2CID 54404770.
- ^ "Pisi GNU/Linux - Özgürlük Şimdi Başladı". pisilinux.org. Retrieved 2020-10-27.
- ^ "Pardus Tarihçe" (in Turkish). Retrieved 2020-10-27.
- ^ pbiDIR
- ^ "Joyent Packages Documentation - Install On Mac OS X". Joyent. 2016-06-04. Archived from the original on 2018-10-06. Retrieved 2018-05-04.
- ^ "Joyent Packages Documentation - Install On Illumos". pkgsrc.joyent.com. Retrieved 2017-02-26.
- ^ "vcpkg: A C++ package manager for Windows, Linux and MacOS".
- ^ "Portable and reproducible research workflows". GitHub. 2017-03-27. Retrieved 2017-03-27.