How to Install and Uninstall libmamba.x86_64 Package on Fedora 39

Last updated: January 18,2025

1. Install "libmamba.x86_64" package

Please follow the step by step instructions below to install libmamba.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install libmamba.x86_64

2. Uninstall "libmamba.x86_64" package

Please follow the steps below to uninstall libmamba.x86_64 on Fedora 39:

$ sudo dnf remove libmamba.x86_64 $ sudo dnf autoremove

3. Information about the libmamba.x86_64 package on Fedora 39

Last metadata expiration check: 2:20:24 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : libmamba
Version : 1.5.6
Release : 1.fc39
Architecture : x86_64
Size : 1.1 M
Source : libmamba-1.5.6-1.fc39.src.rpm
Repository : updates
Summary : C++ API for mamba depsolving library
URL : https://github.com/mamba-org/mamba
License : BSD-3-Clause
Description : libmamba 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