How to Install and Uninstall python3-zope-configuration.noarch Package on Fedora 34

Last updated: October 04,2024

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

This guide let you learn how to install python3-zope-configuration.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall python3-zope-configuration.noarch on Fedora 34:

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

3. Information about the python3-zope-configuration.noarch package on Fedora 34

Last metadata expiration check: 5:25:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-zope-configuration
Version : 4.0.3
Release : 24.fc34
Architecture : noarch
Size : 55 k
Source : python-zope-configuration-4.0.3-24.fc34.src.rpm
Repository : fedora
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.