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

Last updated: October 07,2024

1. Install "python3-more-itertools.noarch" package

Learn how to install python3-more-itertools.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-more-itertools.noarch

2. Uninstall "python3-more-itertools.noarch" package

This guide let you learn how to uninstall python3-more-itertools.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-more-itertools.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:13:22 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-more-itertools
Version : 8.12.0
Release : 2.el9
Architecture : noarch
Size : 79 k
Source : python-more-itertools-8.12.0-2.el9.src.rpm
Repository : epel
Summary : More routines for operating on Python iterables, beyond itertools
URL : https://github.com/erikrose/more-itertools
License : MIT
Description : Python's itertools library is a gem - you can compose elegant solutions for
: a variety of problems with the functions it provides. In more-itertools we
: collect additional building blocks, recipes, and routines for working with
: Python iterables.