How to Install and Uninstall python3-more-itertools.noarch Package on Fedora 38

Last updated: January 12,2025

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

This guide covers the steps necessary to install python3-more-itertools.noarch on Fedora 38

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

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

Please follow the step by step instructions below to uninstall python3-more-itertools.noarch on Fedora 38:

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

3. Information about the python3-more-itertools.noarch package on Fedora 38

Last metadata expiration check: 1:40:51 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-more-itertools
Version : 8.13.0
Release : 2.fc38
Architecture : noarch
Size : 95 k
Source : python-more-itertools-8.13.0-2.fc38.src.rpm
Repository : fedora
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.