How to Install and Uninstall python3-conda.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "python3-conda.noarch" package

This tutorial shows how to install python3-conda.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3-conda.noarch

2. Uninstall "python3-conda.noarch" package

Please follow the guidance below to uninstall python3-conda.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python3-conda.noarch $ sudo dnf autoremove

3. Information about the python3-conda.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:53:42 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-conda
Version : 4.10.3
Release : 1.el8
Architecture : noarch
Size : 1.0 M
Source : conda-4.10.3-1.el8.src.rpm
Repository : epel
Summary : Cross-platform, Python-agnostic binary package manager
URL : http://conda.pydata.org/docs/
License : BSD and ASL 2.0 and LGPLv2+ and MIT
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.