Difference between revisions of "Package managers"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(18 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
 
[[Programming languages]]
 
[[Programming languages]]
* [[PIP]] for [[Python]]
+
* [[PIP]], [[pipx]] and [[Conda]] for [[Python]]
* [[NPM]] ([[2010]]) for [[JavaScript]]
+
* [[NPM]] ([[2010]]) for [[Node.js]] ([[JavaScript]])
 +
* [[yarn]] ([[2016]]) for [[Node.js]] ([[JavaScript]])
 
* [[Conan]] [[C]] / C++ Package Manager
 
* [[Conan]] [[C]] / C++ Package Manager
* [[gem]] for [[Ruby]]
+
* <code>[[gem]]</code> for [[Ruby]]
 +
* <code>[[cargo]]</code> for [[Rust]]
 +
* <code>[[Hex]]</code> for [[Erlang]]
 +
* [[cabal]] for [[Haskell]]
  
 
[[Linux]]:
 
[[Linux]]:
Line 12: Line 16:
 
* [[pacman]]
 
* [[pacman]]
 
* [[opkg]]
 
* [[opkg]]
 +
* [[apk]]
 +
* [[Snap]]
 +
* [[Flatpak]]
  
 
[[macOS]]:
 
[[macOS]]:
Line 19: Line 26:
 
* [[Chocolatey]] ([[2017]])
 
* [[Chocolatey]] ([[2017]])
 
* [[NuGet]] ([[2010]])
 
* [[NuGet]] ([[2010]])
 +
* [[scoop]]
  
 
Misc:
 
Misc:
 
* [[Apache Ivy]] (2004)
 
* [[Apache Ivy]] (2004)
 
* [[Helm]] for [[Kubernetes]]
 
* [[Helm]] for [[Kubernetes]]
 +
* [[vcpkg]]
 +
* [[Spack]]
  
 
== Related terms ==
 
== Related terms ==
 
* [[PackageKit]]
 
* [[PackageKit]]
* [[Wajig]] wrapper to [[dpkg]]/[[APT]]
+
* <code>[[wajig]]</code> wrapper to [[dpkg]]/[[APT]]
 
* [[Bitnami]]
 
* [[Bitnami]]
 
* [[List packages]]
 
* [[List packages]]
 +
* [[Homebrew: list available package versions]]
 +
* https://command-not-found.com/
 +
* [[Go packages]]
 +
* [[Composer]] for [[PHP]]
  
 
== Activities ==
 
== Activities ==

Latest revision as of 14:37, 18 February 2024

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[edit]

Activities[edit]

Basic[edit]

  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[edit]

See also[edit]

Advertising: