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

Last updated: May 14,2024

1. Install "python2-zope.interface" package

In this section, we are going to explain the necessary steps to install python2-zope.interface on openSUSE Leap

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

2. Uninstall "python2-zope.interface" package

Please follow the step by step instructions below to uninstall python2-zope.interface on openSUSE Leap:

$ sudo zypper remove python2-zope.interface

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

Information for package python2-zope.interface:
-----------------------------------------------
Repository : Main Repository
Name : python2-zope.interface
Version : 4.4.2-3.2.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1,4 MiB
Installed : No
Status : not installed
Source package : python-zope.interface-4.4.2-3.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.