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

Last updated: November 23,2024

1. Install "python3-zope.interface" package

This tutorial shows how to install python3-zope.interface on openSUSE Leap

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

2. Uninstall "python3-zope.interface" package

Here is a brief guide to show you how to uninstall python3-zope.interface on openSUSE Leap:

$ sudo zypper remove python3-zope.interface

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

Information for package python3-zope.interface:
-----------------------------------------------
Repository : Main Repository
Name : python3-zope.interface
Version : 4.4.2-3.2.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.6 MiB
Installed : No
Status : not installed
Source package : python-zope.interface-4.4.2-3.2.1.src
Upstream URL : http://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.