How to Install and Uninstall python-zope-event.noarch Package on CentOS 7 / RHEL 7

Last updated: May 04,2024

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

Please follow the instructions below to install python-zope-event.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install python-zope-event.noarch

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

This tutorial shows how to uninstall python-zope-event.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove python-zope-event.noarch $ sudo yum autoremove

3. Information about the python-zope-event.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : python-zope-event
Arch : noarch
Version : 4.0.3
Release : 2.el7
Size : 245 k
Repo : installed
From repo : epel
Summary : Zope Event Publication
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 2.