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

Last updated: September 27,2024

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

This tutorial shows how to install python3-more-executors.noarch on Fedora 38

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

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

In this section, we are going to explain the necessary steps to uninstall python3-more-executors.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:01:37 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-more-executors
Version : 2.11.4
Release : 1.fc38
Architecture : noarch
Size : 146 k
Source : python-more-executors-2.11.4-1.fc38.src.rpm
Repository : fedora
Summary : A library of composable Python executors and futures
URL : https://github.com/rohanpm/more-executors
License : GPLv3+
Description : This library is intended for use with the concurrent.futures module.
: It includes a collection of Executor implementations in order to extend
: the behavior of Future objects.