How To Install python3-events on Fedora 36

In this tutorial we learn how to install python3-events in Fedora 36. python3-events is Bringing the elegance of C# EventHandler to Python

Introduction

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

What is python3-events

Bringing the elegance of C EventHandler to Python The C language provides a handy way to declare, subscribe to and fire events. Technically, an event is a “slot” where callback functions (event handlers) can be attached to a process referred to as subscribing to an event. Here is a handy package that encapsulates the core to event subscription and event firing and feels like a “natural” …

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

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

sudo dnf -y install python3-events

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

sudo yum -y install python3-events

How To Uninstall python3-events on Fedora 36

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

sudo dnf remove python3-events

python3-events Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/Events-0.3-py3.10.egg-info
/usr/lib/python3.10/site-packages/Events-0.3-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/Events-0.3-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/Events-0.3-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/Events-0.3-py3.10.egg-info/pbr.json
/usr/lib/python3.10/site-packages/Events-0.3-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/events
/usr/lib/python3.10/site-packages/events/__init__.py
/usr/lib/python3.10/site-packages/events/__pycache__
/usr/lib/python3.10/site-packages/events/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/events/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/events/__pycache__/events.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/events/__pycache__/events.cpython-310.pyc
/usr/lib/python3.10/site-packages/events/events.py
/usr/lib/python3.10/site-packages/events/tests
/usr/lib/python3.10/site-packages/events/tests/__init__.py
/usr/lib/python3.10/site-packages/events/tests/__pycache__
/usr/lib/python3.10/site-packages/events/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/events/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/events/tests/__pycache__/tests.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/events/tests/__pycache__/tests.cpython-310.pyc
/usr/lib/python3.10/site-packages/events/tests/tests.py
/usr/share/doc/python3-events
/usr/share/doc/python3-events/README.rst
/usr/share/licenses/python3-events
/usr/share/licenses/python3-events/LICENSE

References

Summary

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