How to Install and Uninstall python3-zope.event Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-zope.event" package

Please follow the steps below to install python3-zope.event on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-zope.event

2. Uninstall "python3-zope.event" package

Here is a brief guide to show you how to uninstall python3-zope.event on openSUSE Leap:

$ sudo zypper remove python3-zope.event

3. Information about the python3-zope.event package on openSUSE Leap

Information for package python3-zope.event:
-------------------------------------------
Repository : Main Repository
Name : python3-zope.event
Version : 4.2.0-150000.2.2.2
Arch : noarch
Vendor : SUSE LLC
Installed Size : 22.6 KiB
Installed : No
Status : not installed
Source package : python-zope.event-4.2.0-150000.2.2.2.src
Upstream URL : http://pypi.python.org/pypi/zope.event
Summary : Very basic event publishing system
Description :
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.