How to Install and Uninstall python311-zope.interface Package on openSUSE Leap

Last updated: May 16,2024

1. Install "python311-zope.interface" package

Please follow the guidelines below to install python311-zope.interface on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python311-zope.interface

2. Uninstall "python311-zope.interface" package

In this section, we are going to explain the necessary steps to uninstall python311-zope.interface on openSUSE Leap:

$ sudo zypper remove python311-zope.interface

3. Information about the python311-zope.interface package on openSUSE Leap

Information for package python311-zope.interface:
-------------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-zope.interface
Version : 6.0-150400.12.3.10
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 2.1 MiB
Installed : No
Status : not installed
Source package : python-zope.interface-6.0-150400.12.3.10.src
Upstream URL : https://pypi.python.org/pypi/zope.interface
Summary : Interfaces for Python
Description :
This package is intended to be independently reusable in any Python
project. It is maintained by the Zope Toolkit project.
This package provides an implementation of object interfaces for Python.
Interfaces are a mechanism for labeling objects as conforming to a given
API or contract. So, this package can be considered as implementation of
the Design By Contract methodology support in Python.