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

Last updated: May 06,2024

1. Install "python39-zope.configuration" package

Here is a brief guide to show you how to install python39-zope.configuration on openSuSE Tumbleweed

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

2. Uninstall "python39-zope.configuration" package

Here is a brief guide to show you how to uninstall python39-zope.configuration on openSuSE Tumbleweed:

$ sudo zypper remove python39-zope.configuration

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

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