How to Install and Uninstall python3-conda-package-streaming.noarch Package on Fedora 39

Last updated: October 10,2024

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

Learn how to install python3-conda-package-streaming.noarch on Fedora 39

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

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

This guide covers the steps necessary to uninstall python3-conda-package-streaming.noarch on Fedora 39:

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

3. Information about the python3-conda-package-streaming.noarch package on Fedora 39

Last metadata expiration check: 4:50:00 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-conda-package-streaming
Version : 0.7.0
Release : 7.fc39
Architecture : noarch
Size : 44 k
Source : python-conda-package-streaming-0.7.0-7.fc39.src.rpm
Repository : fedora
Summary : Extract metadata from remote conda packages without downloading whole file
URL : https://github.com/conda/conda-package-streaming
License : BSD-3-Clause
Description : Download conda metadata from packages without transferring entire file. Get
: metadata from local .tar.bz2 packages without reading entire files.
:
: Uses enhanced pip lazy_wheel to fetch a file out of .conda with no more than
: 3 range requests, but usually 2.
:
: Uses tar = tarfile.open(fileobj=...) to stream remote .tar.bz2. Closes the
: HTTP request once desired files have been seen.