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

Last updated: November 07,2024

1. Install "python36-zope.interface" package

Please follow the step by step instructions below to install python36-zope.interface on openSuSE Tumbleweed

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

2. Uninstall "python36-zope.interface" package

Please follow the steps below to uninstall python36-zope.interface on openSuSE Tumbleweed:

$ sudo zypper remove python36-zope.interface

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

Information for package python36-zope.interface:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-zope.interface
Version : 5.4.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 2,4 MiB
Installed : No
Status : not installed
Source package : python-zope.interface-5.4.0-2.1.src
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.