How To Install python3-Pykka on Fedora 36

In this tutorial we learn how to install python3-Pykka in Fedora 36. python3-Pykka is Python library that provides concurrency using actor model

Introduction

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

What is python3-Pykka

Pykka is a Python implementation of the actor model. The actor model introduces some simple rules to control the sharing of state and cooperation between execution units, which makes it easier to build concurrent applications.

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

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

sudo dnf -y install python3-Pykka

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

sudo yum -y install python3-Pykka

How To Uninstall python3-Pykka on Fedora 36

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

sudo dnf remove python3-Pykka

python3-Pykka Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/Pykka-2.0.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/Pykka-2.0.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/Pykka-2.0.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/Pykka-2.0.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/Pykka-2.0.2-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/Pykka-2.0.2-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pykka
/usr/lib/python3.10/site-packages/pykka/__init__.py
/usr/lib/python3.10/site-packages/pykka/__pycache__
/usr/lib/python3.10/site-packages/pykka/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_actor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_actor.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_envelope.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_envelope.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_future.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_future.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_ref.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_ref.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_registry.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_registry.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_threading.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/_threading.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/debug.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/debug.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/eventlet.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/eventlet.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/gevent.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/gevent.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/messages.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/__pycache__/messages.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/_actor.py
/usr/lib/python3.10/site-packages/pykka/_compat
/usr/lib/python3.10/site-packages/pykka/_compat/__init__.py
/usr/lib/python3.10/site-packages/pykka/_compat/__pycache__
/usr/lib/python3.10/site-packages/pykka/_compat/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/_compat/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/_compat/__pycache__/await_py3.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pykka/_compat/__pycache__/await_py3.cpython-310.pyc
/usr/lib/python3.10/site-packages/pykka/_compat/await_py3.py
/usr/lib/python3.10/site-packages/pykka/_envelope.py
/usr/lib/python3.10/site-packages/pykka/_exceptions.py
/usr/lib/python3.10/site-packages/pykka/_future.py
/usr/lib/python3.10/site-packages/pykka/_proxy.py
/usr/lib/python3.10/site-packages/pykka/_ref.py
/usr/lib/python3.10/site-packages/pykka/_registry.py
/usr/lib/python3.10/site-packages/pykka/_threading.py
/usr/lib/python3.10/site-packages/pykka/debug.py
/usr/lib/python3.10/site-packages/pykka/eventlet.py
/usr/lib/python3.10/site-packages/pykka/gevent.py
/usr/lib/python3.10/site-packages/pykka/messages.py
/usr/share/doc/python3-Pykka
/usr/share/doc/python3-Pykka/README.rst
/usr/share/licenses/python3-Pykka
/usr/share/licenses/python3-Pykka/LICENSE

References

Summary

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