How to Install and Uninstall python2-zope-configuration.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: June 03,2024

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

In this section, we are going to explain the necessary steps to install python2-zope-configuration.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Here is a brief guide to show you how to uninstall python2-zope-configuration.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python2-zope-configuration.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:40:55 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python2-zope-configuration
Version : 4.0.3
Release : 15.el8
Architecture : noarch
Size : 56 k
Source : python-zope-configuration-4.0.3-15.el8.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.