More actions
Amadaluzia (talk | contribs) (added content to this page) |
Amadaluzia (talk | contribs) (added content to this page) |
||
Line 1: | Line 1: | ||
[[File:Apt-get install mediawiki.png|thumb|Installing MediaWiki with apt-get]] | |||
A package manager, is a utility designed to manage your systems packages. The regular functions of a package manager are: | A package manager, is a utility designed to manage your systems packages. The regular functions of a package manager are: | ||
Line 10: | Line 12: | ||
=== List of known package managers === | === List of known package managers === | ||
All of the package managers below, unless explicitly stated, will also be carried on through their forks (for example: Debian's apt will also be in Ubuntu, and so will Ubuntu's apt be in Linux Mint, etc.) | All of the package managers below, unless explicitly stated, will also be carried on through their forks (for example: Debian's apt will also be in Ubuntu, and so will Ubuntu's apt be in Linux Mint, etc.) | ||
* [https://wiki.archlinux.org/title/Pacman pacman] is used in [[Arch Linux]] and maintained by the Arch Linux | * [https://wiki.archlinux.org/title/Pacman pacman] is used in [[Arch Linux]] and maintained by the Arch Linux team. You can find the source code [https://wiki.archlinux.org/title/Pacman_development here]. | ||
* [https://wiki.debian.org/Apt apt] is used by [[Debian]] and is maintained by the Debian team. You can find the source code [https://salsa.debian.org/apt-team/apt here]. | * [https://wiki.debian.org/Apt apt] is used by [[Debian]] and is maintained by the Debian team. You can find the source code [https://salsa.debian.org/apt-team/apt here]. | ||
* [https://wiki.gentoo.org/wiki/Portage Portage] is developed and maintained the Gentoo Linux team, you can find the source code [https://gitweb.gentoo.org/proj/portage.git here]. | |||
* [https://nixos.org/ Nix] can be used in any distribution but you can find it commonly in [[NixOS]], it is also maintained by the NixOS Foundation. You can find the source code [https://github.com/NixOS/nix here]. | * [https://nixos.org/ Nix] can be used in any distribution but you can find it commonly in [[NixOS]], it is also maintained by the NixOS Foundation. You can find the source code [https://github.com/NixOS/nix here]. | ||
[[Category:Terminology]] | [[Category:Terminology]] |
Revision as of 22:38, 4 June 2024
A package manager, is a utility designed to manage your systems packages. The regular functions of a package manager are:
- Installing packages
- Removing packages
- Updating packages
- Provide package information
- Searching package repositories
- And adding/removing/updating package repositories
List of known package managers
All of the package managers below, unless explicitly stated, will also be carried on through their forks (for example: Debian's apt will also be in Ubuntu, and so will Ubuntu's apt be in Linux Mint, etc.)
- pacman is used in Arch Linux and maintained by the Arch Linux team. You can find the source code here.
- apt is used by Debian and is maintained by the Debian team. You can find the source code here.
- Portage is developed and maintained the Gentoo Linux team, you can find the source code here.
- Nix can be used in any distribution but you can find it commonly in NixOS, it is also maintained by the NixOS Foundation. You can find the source code here.