Difference between revisions of "Package managers"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
A [[wikipedia:Package_manager|Package manager]] is a software tools that automates the process of installing, upgrading, configuring, and removing software from [[operating systems]]. Popular package manager for [[linux]] include: [[APT]], [[dpkg]], [[RPM]] and [[YUM]]. In [[MacOS]] [[homebrew]] is a popular package manager. Other popular package managers are:
 
A [[wikipedia:Package_manager|Package manager]] is a software tools that automates the process of installing, upgrading, configuring, and removing software from [[operating systems]]. Popular package manager for [[linux]] include: [[APT]], [[dpkg]], [[RPM]] and [[YUM]]. In [[MacOS]] [[homebrew]] is a popular package manager. Other popular package managers are:
* [[PIP]] for [[Python]]
+
 
* [[NPM]] ([[2010]]) for [[JavaScript]]
+
[[Programming languages]]
 +
* [[PIP]], [[pipx]] and [[Conda]] for [[Python]]
 +
* [[NPM]] ([[2010]]) for [[Node.js]] ([[JavaScript]])
 +
* [[yarn]] ([[2016]]) for [[Node.js]] ([[JavaScript]])
 
* [[Conan]] [[C]] / C++ Package Manager
 
* [[Conan]] [[C]] / C++ Package Manager
* [[Helm]] for [[Kubernetes]]
+
* <code>[[gem]]</code> for [[Ruby]]
* [[gem]] for [[Ruby]]
+
* <code>[[cargo]]</code> for [[Rust]]
  
 
[[Linux]]:
 
[[Linux]]:
Line 10: Line 13:
 
* [[RPM]], [[YUM]] and [[DNF]]
 
* [[RPM]], [[YUM]] and [[DNF]]
 
* [[pacman]]
 
* [[pacman]]
 +
* [[opkg]]
 +
* [[Flatpak]]
  
macOS:
+
[[macOS]]:
 
* [[brew]]
 
* [[brew]]
  
Line 17: Line 22:
 
* [[Chocolatey]] ([[2017]])
 
* [[Chocolatey]] ([[2017]])
 
* [[NuGet]] ([[2010]])
 
* [[NuGet]] ([[2010]])
 +
* [[scoop]]
  
 
Misc:
 
Misc:
 
* [[Apache Ivy]] (2004)
 
* [[Apache Ivy]] (2004)
 
+
* [[Helm]] for [[Kubernetes]]
 +
* [[vcpkg]]
  
 
== Related terms ==
 
== Related terms ==
 
* [[PackageKit]]
 
* [[PackageKit]]
* [[Wajig]] wrapper to [[dpkg]]/[[APT]]
+
* <code>[[wajig]]</code> wrapper to [[dpkg]]/[[APT]]
 
* [[Bitnami]]
 
* [[Bitnami]]
 +
* [[List packages]]
 +
* https://command-not-found.com/
  
 
== Activities ==
 
== Activities ==

Revision as of 18:42, 26 April 2022

A Package manager is a software tools that automates the process of installing, upgrading, configuring, and removing software from operating systems. Popular package manager for linux include: APT, dpkg, RPM and YUM. In MacOS homebrew is a popular package manager. Other popular package managers are:

Programming languages

Linux:

macOS:

Windows:

Misc:

Related terms

Activities

Basic

  1. Identify package managers used by major Linux distributions such as Debian, Ubuntu or Red Hat Enterprise Linux (RHEL)
  2. Try to identify mayor differences between dpkg and rpm packages
  3. Identify differences between dpkg, rpm, apt, aptitude, yum and dnf linux software
  4. Identify different package manager for macOS, homebrew among others.

Medium

See also

Advertising: