How To Install python3-more-executors on Fedora 36

In this tutorial we learn how to install python3-more-executors in Fedora 36. python3-more-executors is A library of composable Python executors and futures

Introduction

In this tutorial we learn how to install python3-more-executors on Fedora 36.

What is python3-more-executors

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.

We can use yum or dnf to install python3-more-executors on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-more-executors.

Install python3-more-executors on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-more-executors using dnf by running the following command:

sudo dnf -y install python3-more-executors

Install python3-more-executors on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-more-executors using yum by running the following command:

sudo yum -y install python3-more-executors

How To Uninstall python3-more-executors on Fedora 36

To uninstall only the python3-more-executors package we can use the following command:

sudo dnf remove python3-more-executors

python3-more-executors Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/more_executors
/usr/lib/python3.10/site-packages/more_executors-2.7.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/more_executors-2.7.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/more_executors-2.7.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/more_executors-2.7.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/more_executors-2.7.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/more_executors-2.7.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/more_executors/__init__.py
/usr/lib/python3.10/site-packages/more_executors/__pycache__
/usr/lib/python3.10/site-packages/more_executors/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/asyncio.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/asyncio.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/cancel_on_shutdown.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/cancel_on_shutdown.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/flat_map.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/flat_map.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/futures.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/futures.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/map.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/map.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/poll.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/poll.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/retry.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/retry.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/throttle.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/throttle.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/timeout.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/__pycache__/timeout.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl
/usr/lib/python3.10/site-packages/more_executors/_impl/__init__.py
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/asyncio.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/asyncio.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/bind.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/bind.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/cancel_on_shutdown.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/cancel_on_shutdown.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/common.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/common.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/event.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/event.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/executors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/executors.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/flat_map.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/flat_map.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/helpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/helpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/logwrap.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/logwrap.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/map.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/map.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/poll.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/poll.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/retry.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/retry.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/throttle.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/throttle.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/timeout.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/timeout.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/wrap.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/wrap.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/wrapped.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/__pycache__/wrapped.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/asyncio.py
/usr/lib/python3.10/site-packages/more_executors/_impl/bind.py
/usr/lib/python3.10/site-packages/more_executors/_impl/cancel_on_shutdown.py
/usr/lib/python3.10/site-packages/more_executors/_impl/common.py
/usr/lib/python3.10/site-packages/more_executors/_impl/event.py
/usr/lib/python3.10/site-packages/more_executors/_impl/executors.py
/usr/lib/python3.10/site-packages/more_executors/_impl/flat_map.py
/usr/lib/python3.10/site-packages/more_executors/_impl/futures
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__init__.py
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/apply.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/apply.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/bool.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/bool.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/check.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/check.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/map.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/map.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/nocancel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/nocancel.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/sequence.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/sequence.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/timeout.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/timeout.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/zip.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/__pycache__/zip.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/apply.py
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/base.py
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/bool.py
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/check.py
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/map.py
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/nocancel.py
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/proxy.py
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/sequence.py
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/timeout.py
/usr/lib/python3.10/site-packages/more_executors/_impl/futures/zip.py
/usr/lib/python3.10/site-packages/more_executors/_impl/helpers.py
/usr/lib/python3.10/site-packages/more_executors/_impl/logwrap.py
/usr/lib/python3.10/site-packages/more_executors/_impl/map.py
/usr/lib/python3.10/site-packages/more_executors/_impl/metrics
/usr/lib/python3.10/site-packages/more_executors/_impl/metrics/__init__.py
/usr/lib/python3.10/site-packages/more_executors/_impl/metrics/__pycache__
/usr/lib/python3.10/site-packages/more_executors/_impl/metrics/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/metrics/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/metrics/__pycache__/null.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/metrics/__pycache__/null.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/metrics/__pycache__/prometheus.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/metrics/__pycache__/prometheus.cpython-310.pyc
/usr/lib/python3.10/site-packages/more_executors/_impl/metrics/null.py
/usr/lib/python3.10/site-packages/more_executors/_impl/metrics/prometheus.py
/usr/lib/python3.10/site-packages/more_executors/_impl/poll.py
/usr/lib/python3.10/site-packages/more_executors/_impl/retry.py
/usr/lib/python3.10/site-packages/more_executors/_impl/sync.py
/usr/lib/python3.10/site-packages/more_executors/_impl/throttle.py
/usr/lib/python3.10/site-packages/more_executors/_impl/timeout.py
/usr/lib/python3.10/site-packages/more_executors/_impl/wrap.py
/usr/lib/python3.10/site-packages/more_executors/_impl/wrapped.py
/usr/lib/python3.10/site-packages/more_executors/asyncio.py
/usr/lib/python3.10/site-packages/more_executors/cancel_on_shutdown.py
/usr/lib/python3.10/site-packages/more_executors/flat_map.py
/usr/lib/python3.10/site-packages/more_executors/futures.py
/usr/lib/python3.10/site-packages/more_executors/map.py
/usr/lib/python3.10/site-packages/more_executors/poll.py
/usr/lib/python3.10/site-packages/more_executors/retry.py
/usr/lib/python3.10/site-packages/more_executors/sync.py
/usr/lib/python3.10/site-packages/more_executors/throttle.py
/usr/lib/python3.10/site-packages/more_executors/timeout.py
/usr/share/doc/python3-more-executors
/usr/share/doc/python3-more-executors/README.md
/usr/share/licenses/python3-more-executors
/usr/share/licenses/python3-more-executors/LICENSE

References

Summary

In this tutorial we learn how to install python3-more-executors on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).