How to Install and Uninstall python3-ZConfig.noarch Package on Fedora 35

Last updated: May 05,2024

1. Install "python3-ZConfig.noarch" package

This tutorial shows how to install python3-ZConfig.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-ZConfig.noarch

2. Uninstall "python3-ZConfig.noarch" package

Learn how to uninstall python3-ZConfig.noarch on Fedora 35:

$ sudo dnf remove python3-ZConfig.noarch $ sudo dnf autoremove

3. Information about the python3-ZConfig.noarch package on Fedora 35

Last metadata expiration check: 3:59:31 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-ZConfig
Version : 3.1.0
Release : 23.fc35
Architecture : noarch
Size : 259 k
Source : python-ZConfig-3.1.0-23.fc35.src.rpm
Repository : fedora
Summary : Structured Configuration Library
URL : http://www.zope.org/Members/fdrake/zconfig/
License : ZPLv2.1
Description : ZConfig is a configuration library intended for general use. It supports
: a hierarchical schema-driven configuration model that allows a schema to
: specify data conversion routines written in Python. ZConfig's model is
: very different from the model supported by the ConfigParser module found
: in Python's standard library, and is more suitable to
: configuration-intensive applications.