How to Install and Uninstall python3-conda-index.noarch Package on Fedora 38

Last updated: November 28,2024

1. Install "python3-conda-index.noarch" package

This guide let you learn how to install python3-conda-index.noarch on Fedora 38

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

2. Uninstall "python3-conda-index.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-conda-index.noarch on Fedora 38:

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

3. Information about the python3-conda-index.noarch package on Fedora 38

Last metadata expiration check: 0:04:09 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-conda-index
Version : 0.3.0
Release : 1.fc38~bootstrap
Architecture : noarch
Size : 110 k
Source : python-conda-index-0.3.0-1.fc38~bootstrap.src.rpm
Repository : updates
Summary : Create repodata.json for collections of conda packages
URL : https://github.com/conda/conda-index
License : BSD-3-Clause
Description : Create repodata.json for collections of conda packages.
:
: The conda_index command operates on a channel directory. A channel directory
: contains a noarch subdirectory at a minimum and will almost always contain
: other subdirectories named for conda's supported platforms linux-64, win-64,
: osx-64, etc. A channel directory cannot have the same name as a supported
: platform. Place packages into the same platform subdirectory each archive was
: built for. Conda-index extracts metadata from these packages to generate
: index.html, repodata.json etc. with summaries of the packages' metadata. Then
: conda uses the metadata to solve dependencies before doing an install.
:
: By default, the metadata is output to the same directory tree as the channel
: directory, but it can be output to a separate tree with the --output
: parameter. The metadata cache is always placed with the packages, in .cache
: folders under each platform subdirectory.
:
: After conda-index has finished, its output can be used as a channel conda
: install -c file:///path/to/output ... or it would typically be placed on a
: web server.