How to Install and Uninstall python3-more-itertools.noarch Package on CentOS Stream 8

Last updated: October 06,2024

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

This tutorial shows how to install python3-more-itertools.noarch on CentOS Stream 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 CentOS Stream 8:

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

3. Information about the python3-more-itertools.noarch package on CentOS Stream 8

Last metadata expiration check: 0:04:37 ago on Sun Feb 25 03:03:59 2024.
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.