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

Last updated: July 01,2024

1. Install "python3-zope.schema" package

This is a short guide on how to install python3-zope.schema on openSUSE Leap

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

2. Uninstall "python3-zope.schema" package

Please follow the guidance below to uninstall python3-zope.schema on openSUSE Leap:

$ sudo zypper remove python3-zope.schema

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

Information for package python3-zope.schema:
--------------------------------------------
Repository : Update repository of openSUSE Backports
Name : python3-zope.schema
Version : 5.0.1-bp155.3.3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.0 MiB
Installed : No
Status : not installed
Source package : python-zope.schema-5.0.1-bp155.3.3.1.src
Upstream URL : https://pypi.python.org/pypi/zope.schema
Summary : Zope interface extension for defining data schemas
Description :
Schemas extend the notion of interfaces to detailed descriptions of
Attributes (but not methods). Every schema is an interface and
specifies the public fields of an object. A *field* roughly
corresponds to an attribute of a Python object. But a Field provides
space for at least a title and a description. It can also constrain
its value and provide a validation method. Besides you can optionally
specify characteristics such as its value being read-only or not
required.