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

Last updated: November 08,2024

1. Install "python3-zope.configuration" package

Please follow the guidance below to install python3-zope.configuration on openSUSE Leap

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

2. Uninstall "python3-zope.configuration" package

Please follow the steps below to uninstall python3-zope.configuration on openSUSE Leap:

$ sudo zypper remove python3-zope.configuration

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

Information for package python3-zope.configuration:
---------------------------------------------------
Repository : Main Repository
Name : python3-zope.configuration
Version : 4.4.0-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 881.5 KiB
Installed : No
Status : not installed
Source package : python-zope.configuration-4.4.0-bp155.2.13.src
Upstream URL : http://www.python.org/pypi/zope.configuration
Summary : Zope Configuration Markup Language (ZCML)
Description :
The zope configuration system provides an extensible system for supporting
various kinds of configurations.
It is based on the idea of configuration directives. Users of the configuration
system provide configuration directives in some language that express
configuration choices. The intent is that the language be pluggable. An XML
language is provided by default.