Mamba

Hide Software Summary
Last Updated On: 

Tuesday, October 17, 2023

Support Level: 
Secondary Support
Software Access Level: 
Open Access
Software Categories: 
Build Tools
Libraries
Hide Software Description

Mamba is a reimplementation of the conda package manager in C++.

  • parallel downloading of repository data and package files using multi-threading
  • libsolv for much faster dependency solving, a state of the art library used in the RPM package manager of Red Hat, Fedora and OpenSUSE
  • core parts of mamba are implemented in C++ for maximum efficiency

At the same time, mamba utilize the same command line parser, package installation and deinstallation code and transaction verification routines as conda to stay as compatible as possible.

Hide Software Documentation

Software Documentation Tabs

General Linux

Mamba can be loaded for use in an interactive Linux environment via the commands:

module load mamba
mamba --help