How to Install and Uninstall python3-more-itertools.noarch Package on Rocky Linux 8

Last updated: October 05,2024

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

Please follow the steps below to install python3-more-itertools.noarch on Rocky Linux 8

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

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

Please follow the steps below to uninstall python3-more-itertools.noarch on Rocky Linux 8:

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

3. Information about the python3-more-itertools.noarch package on Rocky Linux 8

Last metadata expiration check: 0:40:08 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-more-itertools
Version : 7.2.0
Release : 3.el8
Architecture : noarch
Size : 59 k
Source : python-more-itertools-7.2.0-3.el8.src.rpm
Repository : epel
Summary : Python library for efficient use of itertools utility
URL : https://github.com/erikrose/more-itertools
License : MIT
Description : Opensource python library wrapping around itertools. Package also includes
: implementations of the recipes from the itertools documentation.
:
: See https://pythonhosted.org/more-itertools/index.html for documentation.