How to Install and Uninstall python3-events.noarch Package on Fedora 39
Last updated: November 26,2024
1. Install "python3-events.noarch" package
Please follow the instructions below to install python3-events.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
python3-events.noarch
Copied
2. Uninstall "python3-events.noarch" package
Please follow the guidance below to uninstall python3-events.noarch on Fedora 39:
$
sudo dnf remove
python3-events.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-events.noarch package on Fedora 39
Last metadata expiration check: 3:17:51 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-events
Version : 0.4
Release : 6.fc39
Architecture : noarch
Size : 21 k
Source : python-events-0.4-6.fc39.src.rpm
Repository : fedora
Summary : Bringing the elegance of C# EventHandler to Python
URL : http://github.com/pyeve/events
License : BSD
Description : 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" ...
Available Packages
Name : python3-events
Version : 0.4
Release : 6.fc39
Architecture : noarch
Size : 21 k
Source : python-events-0.4-6.fc39.src.rpm
Repository : fedora
Summary : Bringing the elegance of C# EventHandler to Python
URL : http://github.com/pyeve/events
License : BSD
Description : 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" ...