How to Install and Uninstall python3-ZConfig Package on openSUSE Leap

Last updated: May 05,2024

1. Install "python3-ZConfig" package

Please follow the step by step instructions below to install python3-ZConfig on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ZConfig

2. Uninstall "python3-ZConfig" package

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

$ sudo zypper remove python3-ZConfig

3. Information about the python3-ZConfig package on openSUSE Leap

Information for package python3-ZConfig:
----------------------------------------
Repository : Main Repository
Name : python3-ZConfig
Version : 3.5.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : python-ZConfig-3.5.0-bp155.2.10.src
Upstream URL : https://github.com/zopefoundation/ZConfig
Summary : Structured Configuration Library
Description :
ZConfig is a configuration library intended for general use. It supports a
hierarchical schema-driven configuration model that allows a schema to specify
data conversion routines written in Python. ZConfig's model is very different
from the model supported by the ConfigParser module found in Python's standard
library, and is more suitable to configuration-intensive applications.
ZConfig schema are written in an XML-based language and are able to "import"
schema components provided by Python packages. Since components are able to
bind to conversion functions provided by Python code in the package (or
elsewhere), configuration objects can be arbitrarily complex, with values that
have been verified against arbitrary constraints. This makes it easy for
applications to separate configuration support from configuration loading even
with configuration data being defined and consumed by a wide range of separate
packages.