How to Install and Uninstall python3-zope-configuration.noarch Package on Oracle Linux 9

Last updated: September 29,2024

1. Install "python3-zope-configuration.noarch" package

This is a short guide on how to install python3-zope-configuration.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-zope-configuration.noarch

2. Uninstall "python3-zope-configuration.noarch" package

Please follow the guidance below to uninstall python3-zope-configuration.noarch on Oracle Linux 9:

$ sudo dnf remove python3-zope-configuration.noarch $ sudo dnf autoremove

3. Information about the python3-zope-configuration.noarch package on Oracle Linux 9

Last metadata expiration check: 0:53:34 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-zope-configuration
Version : 4.4.1
Release : 1.el9
Architecture : noarch
Size : 65 k
Source : python-zope-configuration-4.4.1-1.el9.src.rpm
Repository : epel
Summary : Zope Configuration Markup Language (ZCML)
URL : https://github.com/zopefoundation/zope.configuration
License : ZPLv2.1
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.