How To Install python3-execnet on Fedora 36

In this tutorial we learn how to install python3-execnet in Fedora 36. python3-execnet is Elastic Python Deployment

Introduction

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

What is python3-execnet

execnet provides a share-nothing model with channel-send/receive communication for distributing execution across many Python interpreters across version, platform and network barriers. It has a minimal and fast API targetting the following uses * distribute tasks to (many) local or remote CPUs * write and deploy hybrid multi-process applications * write scripts to administer multiple environments

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

Install python3-execnet 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-execnet using dnf by running the following command:

sudo dnf -y install python3-execnet

Install python3-execnet 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-execnet using yum by running the following command:

sudo yum -y install python3-execnet

How To Uninstall python3-execnet on Fedora 36

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

sudo dnf remove python3-execnet

python3-execnet Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/execnet
/usr/lib/python3.10/site-packages/execnet-1.9.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/execnet-1.9.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/execnet-1.9.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/execnet-1.9.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/execnet-1.9.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/execnet-1.9.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/execnet/__init__.py
/usr/lib/python3.10/site-packages/execnet/__pycache__
/usr/lib/python3.10/site-packages/execnet/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/deprecated.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/deprecated.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/gateway.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/gateway.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/gateway_base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/gateway_base.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/gateway_bootstrap.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/gateway_bootstrap.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/gateway_io.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/gateway_io.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/gateway_socket.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/gateway_socket.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/multi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/multi.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/rsync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/rsync.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/rsync_remote.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/rsync_remote.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/xspec.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/__pycache__/xspec.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/_version.py
/usr/lib/python3.10/site-packages/execnet/deprecated.py
/usr/lib/python3.10/site-packages/execnet/gateway.py
/usr/lib/python3.10/site-packages/execnet/gateway_base.py
/usr/lib/python3.10/site-packages/execnet/gateway_bootstrap.py
/usr/lib/python3.10/site-packages/execnet/gateway_io.py
/usr/lib/python3.10/site-packages/execnet/gateway_socket.py
/usr/lib/python3.10/site-packages/execnet/multi.py
/usr/lib/python3.10/site-packages/execnet/rsync.py
/usr/lib/python3.10/site-packages/execnet/rsync_remote.py
/usr/lib/python3.10/site-packages/execnet/script
/usr/lib/python3.10/site-packages/execnet/script/__init__.py
/usr/lib/python3.10/site-packages/execnet/script/__pycache__
/usr/lib/python3.10/site-packages/execnet/script/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/script/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/script/__pycache__/loop_socketserver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/script/__pycache__/loop_socketserver.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/script/__pycache__/quitserver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/script/__pycache__/quitserver.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/script/__pycache__/shell.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/script/__pycache__/shell.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/script/__pycache__/socketserver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/script/__pycache__/socketserver.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/script/__pycache__/socketserverservice.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/script/__pycache__/socketserverservice.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/script/__pycache__/xx.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/execnet/script/__pycache__/xx.cpython-310.pyc
/usr/lib/python3.10/site-packages/execnet/script/loop_socketserver.py
/usr/lib/python3.10/site-packages/execnet/script/quitserver.py
/usr/lib/python3.10/site-packages/execnet/script/shell.py
/usr/lib/python3.10/site-packages/execnet/script/socketserver.py
/usr/lib/python3.10/site-packages/execnet/script/socketserverservice.py
/usr/lib/python3.10/site-packages/execnet/script/xx.py
/usr/lib/python3.10/site-packages/execnet/xspec.py
/usr/share/doc/python3-execnet
/usr/share/doc/python3-execnet/CHANGELOG.rst
/usr/share/doc/python3-execnet/README.rst
/usr/share/doc/python3-execnet/html
/usr/share/doc/python3-execnet/html/_images
/usr/share/doc/python3-execnet/html/_images/basic1.png
/usr/share/doc/python3-execnet/html/_images/pythonring.png
/usr/share/doc/python3-execnet/html/_sources
/usr/share/doc/python3-execnet/html/_sources/basics.rst.txt
/usr/share/doc/python3-execnet/html/_sources/changelog.rst.txt
/usr/share/doc/python3-execnet/html/_sources/example
/usr/share/doc/python3-execnet/html/_sources/example/hybridpython.rst.txt
/usr/share/doc/python3-execnet/html/_sources/example/test_debug.rst.txt
/usr/share/doc/python3-execnet/html/_sources/example/test_group.rst.txt
/usr/share/doc/python3-execnet/html/_sources/example/test_info.rst.txt
/usr/share/doc/python3-execnet/html/_sources/example/test_multi.rst.txt
/usr/share/doc/python3-execnet/html/_sources/example/test_proxy.rst.txt
/usr/share/doc/python3-execnet/html/_sources/example/test_ssh_fileserver.rst.txt
/usr/share/doc/python3-execnet/html/_sources/examples.rst.txt
/usr/share/doc/python3-execnet/html/_sources/implnotes.rst.txt
/usr/share/doc/python3-execnet/html/_sources/index.rst.txt
/usr/share/doc/python3-execnet/html/_sources/install.rst.txt
/usr/share/doc/python3-execnet/html/_sources/support.rst.txt
/usr/share/doc/python3-execnet/html/_static
/usr/share/doc/python3-execnet/html/_static/basic.css
/usr/share/doc/python3-execnet/html/_static/basic1.png
/usr/share/doc/python3-execnet/html/_static/codespeak.png
/usr/share/doc/python3-execnet/html/_static/contents.png
/usr/share/doc/python3-execnet/html/_static/doctools.js
/usr/share/doc/python3-execnet/html/_static/documentation_options.js
/usr/share/doc/python3-execnet/html/_static/execnet.png
/usr/share/doc/python3-execnet/html/_static/file.png
/usr/share/doc/python3-execnet/html/_static/jquery-3.5.1.js
/usr/share/doc/python3-execnet/html/_static/jquery.js
/usr/share/doc/python3-execnet/html/_static/language_data.js
/usr/share/doc/python3-execnet/html/_static/minus.png
/usr/share/doc/python3-execnet/html/_static/navigation.png
/usr/share/doc/python3-execnet/html/_static/plus.png
/usr/share/doc/python3-execnet/html/_static/pygments.css
/usr/share/doc/python3-execnet/html/_static/pythonring.png
/usr/share/doc/python3-execnet/html/_static/searchtools.js
/usr/share/doc/python3-execnet/html/_static/sphinxdoc.css
/usr/share/doc/python3-execnet/html/_static/underscore-1.13.1.js
/usr/share/doc/python3-execnet/html/_static/underscore.js
/usr/share/doc/python3-execnet/html/basics.html
/usr/share/doc/python3-execnet/html/changelog.html
/usr/share/doc/python3-execnet/html/example
/usr/share/doc/python3-execnet/html/example/hybridpython.html
/usr/share/doc/python3-execnet/html/example/test_debug.html
/usr/share/doc/python3-execnet/html/example/test_group.html
/usr/share/doc/python3-execnet/html/example/test_info.html
/usr/share/doc/python3-execnet/html/example/test_multi.html
/usr/share/doc/python3-execnet/html/example/test_proxy.html
/usr/share/doc/python3-execnet/html/example/test_ssh_fileserver.html
/usr/share/doc/python3-execnet/html/examples.html
/usr/share/doc/python3-execnet/html/genindex.html
/usr/share/doc/python3-execnet/html/implnotes.html
/usr/share/doc/python3-execnet/html/index.html
/usr/share/doc/python3-execnet/html/install.html
/usr/share/doc/python3-execnet/html/objects.inv
/usr/share/doc/python3-execnet/html/search.html
/usr/share/doc/python3-execnet/html/searchindex.js
/usr/share/doc/python3-execnet/html/support.html
/usr/share/licenses/python3-execnet
/usr/share/licenses/python3-execnet/LICENSE

References

Summary

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