How to Install and Uninstall python3-zope-event.noarch Package on AlmaLinux 8

Last updated: October 06,2024

1. Install "python3-zope-event.noarch" package

In this section, we are going to explain the necessary steps to install python3-zope-event.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install python3-zope-event.noarch

2. Uninstall "python3-zope-event.noarch" package

This tutorial shows how to uninstall python3-zope-event.noarch on AlmaLinux 8:

$ sudo dnf remove python3-zope-event.noarch $ sudo dnf autoremove

3. Information about the python3-zope-event.noarch package on AlmaLinux 8

Last metadata expiration check: 1:44:15 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-zope-event
Version : 4.2.0
Release : 12.el8
Architecture : noarch
Size : 210 k
Source : python-zope-event-4.2.0-12.el8.src.rpm
Repository : epel
Summary : Zope Event Publication (Python 3)
URL : http://pypi.python.org/pypi/zope.event/
License : ZPLv2.1
Description : The zope.event package provides a simple event system. It provides
: an event publishing system and a very simple event-dispatching system
: on which more sophisticated event dispatching systems can be built.
: (For example, a type-based event dispatching system that builds on
: zope.event can be found in zope.component.)
:
: This package contains the version for Python 3.