How to Install and Uninstall python39-zope.schema Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python39-zope.schema" package

Please follow the steps below to install python39-zope.schema on openSuSE Tumbleweed

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

2. Uninstall "python39-zope.schema" package

Please follow the guidance below to uninstall python39-zope.schema on openSuSE Tumbleweed:

$ sudo zypper remove python39-zope.schema

3. Information about the python39-zope.schema package on openSuSE Tumbleweed

Information for package python39-zope.schema:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-zope.schema
Version : 7.0.1-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 753.4 KiB
Installed : No
Status : not installed
Source package : python-zope.schema-7.0.1-2.7.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.