How to Install and Uninstall python3-jaraco-stream.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

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

This is a short guide on how to install python3-jaraco-stream.noarch on Red Hat Enterprise Linux 9 (RHEL 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 Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-jaraco-stream.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:36:50 ago on Mon Feb 26 07:04:30 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.