How to Install and Uninstall python3-jaraco-stream.noarch Package on CentOS Stream 9

Last updated: October 06,2024

1. Install "python3-jaraco-stream.noarch" package

This guide covers the steps necessary to install python3-jaraco-stream.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-jaraco-stream.noarch

2. Uninstall "python3-jaraco-stream.noarch" package

Please follow the steps below to uninstall python3-jaraco-stream.noarch on CentOS Stream 9:

$ sudo dnf remove python3-jaraco-stream.noarch $ sudo dnf autoremove

3. Information about the python3-jaraco-stream.noarch package on CentOS Stream 9

Last metadata expiration check: 2:22:21 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-jaraco-stream
Version : 3.0.3
Release : 4.el9
Architecture : noarch
Size : 19 k
Source : python-jaraco-stream-3.0.3-4.el9.src.rpm
Repository : epel
Summary : Routines for dealing with data streams
URL : https://github.com/jaraco/jaraco.stream
License : MIT
Description : Routines for handling streaming data, including a set of generators for
: loading gzip data on the fly.