How to Install and Uninstall python312-zope.interface Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python312-zope.interface" package

Here is a brief guide to show you how to install python312-zope.interface on openSuSE Tumbleweed

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

2. Uninstall "python312-zope.interface" package

Learn how to uninstall python312-zope.interface on openSuSE Tumbleweed:

$ sudo zypper remove python312-zope.interface

3. Information about the python312-zope.interface package on openSuSE Tumbleweed

Information for package python312-zope.interface:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-zope.interface
Version : 6.1-2.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.5 MiB
Installed : No
Status : not installed
Source package : python-zope.interface-6.1-2.4.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.