How to Install and Uninstall conda.noarch Package on Fedora 39

Last updated: January 15,2025

1. Install "conda.noarch" package

In this section, we are going to explain the necessary steps to install conda.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install conda.noarch

2. Uninstall "conda.noarch" package

Please follow the instructions below to uninstall conda.noarch on Fedora 39:

$ sudo dnf remove conda.noarch $ sudo dnf autoremove

3. Information about the conda.noarch package on Fedora 39

Last metadata expiration check: 3:53:14 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : conda
Version : 23.9.0
Release : 5.fc39
Architecture : noarch
Size : 16 k
Source : conda-23.9.0-5.fc39.src.rpm
Repository : updates
Summary : Cross-platform, Python-agnostic binary package manager
URL : http://conda.pydata.org/docs/
License : BSD-3-Clause AND Apache-2.0
Description : Conda is a cross-platform, Python-agnostic binary package manager. It
: is the package manager used by Anaconda installations, but it may be
: used for other systems as well. Conda makes environments first-class
: citizens, making it easy to create independent environments even for
: C libraries. Conda is written entirely in Python.
:
: The Fedora conda base environment is special. Unlike a standard
: anaconda install base environment it is essentially read-only. You
: can only use conda to create and manage new environments.