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

Last updated: July 01,2024

1. Install "python310-zope.event" package

In this section, we are going to explain the necessary steps to install python310-zope.event on openSuSE Tumbleweed

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

2. Uninstall "python310-zope.event" package

Please follow the guidelines below to uninstall python310-zope.event on openSuSE Tumbleweed:

$ sudo zypper remove python310-zope.event

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

Information for package python310-zope.event:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.