How to Install and Uninstall python39-zope.event Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python39-zope.event" package

This is a short guide on how to install python39-zope.event on openSuSE Tumbleweed

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

2. Uninstall "python39-zope.event" package

Here is a brief guide to show you how to uninstall python39-zope.event on openSuSE Tumbleweed:

$ sudo zypper remove python39-zope.event

3. Information about the python39-zope.event package on openSuSE Tumbleweed

Information for package python39-zope.event:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-zope.event
Version : 5.0-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 19.6 KiB
Installed : No
Status : not installed
Source package : python-zope.event-5.0-1.3.src
Upstream URL : https://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.