How To Install python3-ZConfig on Fedora 36

In this tutorial we learn how to install python3-ZConfig in Fedora 36. python3-ZConfig is Structured Configuration Library

Introduction

In this tutorial we learn how to install python3-ZConfig on Fedora 36.

What is python3-ZConfig

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.

We can use yum or dnf to install python3-ZConfig on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-ZConfig.

Install python3-ZConfig on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-ZConfig using dnf by running the following command:

sudo dnf -y install python3-ZConfig

Install python3-ZConfig on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-ZConfig using yum by running the following command:

sudo yum -y install python3-ZConfig

How To Uninstall python3-ZConfig on Fedora 36

To uninstall only the python3-ZConfig package we can use the following command:

sudo dnf remove python3-ZConfig

python3-ZConfig Package Contents on Fedora 36

/usr/bin/zconfig
/usr/bin/zconfig_schema2html
/usr/lib/python3.10/site-packages/ZConfig
/usr/lib/python3.10/site-packages/ZConfig-3.1.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/ZConfig-3.1.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/ZConfig-3.1.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/ZConfig-3.1.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/ZConfig-3.1.0-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/ZConfig-3.1.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/ZConfig/__init__.py
/usr/lib/python3.10/site-packages/ZConfig/__pycache__
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/cfgparser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/cfgparser.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/cmdline.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/cmdline.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/datatypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/datatypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/info.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/info.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/loader.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/loader.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/matcher.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/matcher.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/schema.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/schema.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/schemaless.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/schemaless.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/substitution.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/substitution.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/url.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/__pycache__/url.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/cfgparser.py
/usr/lib/python3.10/site-packages/ZConfig/cmdline.py
/usr/lib/python3.10/site-packages/ZConfig/components
/usr/lib/python3.10/site-packages/ZConfig/components/__init__.py
/usr/lib/python3.10/site-packages/ZConfig/components/__pycache__
/usr/lib/python3.10/site-packages/ZConfig/components/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/basic
/usr/lib/python3.10/site-packages/ZConfig/components/basic/__init__.py
/usr/lib/python3.10/site-packages/ZConfig/components/basic/__pycache__
/usr/lib/python3.10/site-packages/ZConfig/components/basic/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/basic/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/basic/__pycache__/mapping.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/basic/__pycache__/mapping.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/basic/component.xml
/usr/lib/python3.10/site-packages/ZConfig/components/basic/mapping.py
/usr/lib/python3.10/site-packages/ZConfig/components/basic/mapping.xml
/usr/lib/python3.10/site-packages/ZConfig/components/basic/tests
/usr/lib/python3.10/site-packages/ZConfig/components/basic/tests/__init__.py
/usr/lib/python3.10/site-packages/ZConfig/components/basic/tests/__pycache__
/usr/lib/python3.10/site-packages/ZConfig/components/basic/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/basic/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/basic/tests/__pycache__/test_mapping.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/basic/tests/__pycache__/test_mapping.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/basic/tests/test_mapping.py
/usr/lib/python3.10/site-packages/ZConfig/components/logger
/usr/lib/python3.10/site-packages/ZConfig/components/logger/__init__.py
/usr/lib/python3.10/site-packages/ZConfig/components/logger/__pycache__
/usr/lib/python3.10/site-packages/ZConfig/components/logger/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/logger/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/logger/__pycache__/datatypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/logger/__pycache__/datatypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/logger/__pycache__/factory.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/logger/__pycache__/factory.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/logger/__pycache__/handlers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/logger/__pycache__/handlers.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/logger/__pycache__/logger.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/logger/__pycache__/logger.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/logger/__pycache__/loghandler.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/logger/__pycache__/loghandler.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/logger/abstract.xml
/usr/lib/python3.10/site-packages/ZConfig/components/logger/base-logger.xml
/usr/lib/python3.10/site-packages/ZConfig/components/logger/component.xml
/usr/lib/python3.10/site-packages/ZConfig/components/logger/datatypes.py
/usr/lib/python3.10/site-packages/ZConfig/components/logger/eventlog.xml
/usr/lib/python3.10/site-packages/ZConfig/components/logger/factory.py
/usr/lib/python3.10/site-packages/ZConfig/components/logger/handlers.py
/usr/lib/python3.10/site-packages/ZConfig/components/logger/handlers.xml
/usr/lib/python3.10/site-packages/ZConfig/components/logger/logger.py
/usr/lib/python3.10/site-packages/ZConfig/components/logger/logger.xml
/usr/lib/python3.10/site-packages/ZConfig/components/logger/loghandler.py
/usr/lib/python3.10/site-packages/ZConfig/components/logger/tests
/usr/lib/python3.10/site-packages/ZConfig/components/logger/tests/__init__.py
/usr/lib/python3.10/site-packages/ZConfig/components/logger/tests/__pycache__
/usr/lib/python3.10/site-packages/ZConfig/components/logger/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/logger/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/logger/tests/__pycache__/test_logger.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/logger/tests/__pycache__/test_logger.cpython-310.pyc
/usr/lib/python3.10/site-packages/ZConfig/components/logger/tests/test_logger.py
/usr/lib/python3.10/site-packages/ZConfig/datatypes.py
/usr/lib/python3.10/site-packages/ZConfig/info.py
/usr/lib/python3.10/site-packages/ZConfig/loader.py
/usr/lib/python3.10/site-packages/ZConfig/matcher.py
/usr/lib/python3.10/site-packages/ZConfig/schema.py
/usr/lib/python3.10/site-packages/ZConfig/schemaless.py
/usr/lib/python3.10/site-packages/ZConfig/substitution.py
/usr/lib/python3.10/site-packages/ZConfig/url.py
/usr/share/doc/python3-ZConfig
/usr/share/doc/python3-ZConfig/README.txt
/usr/share/doc/python3-ZConfig/schemaless.txt
/usr/share/doc/python3-ZConfig/zconfig.pdf
/usr/share/licenses/python3-ZConfig
/usr/share/licenses/python3-ZConfig/COPYRIGHT.txt
/usr/share/licenses/python3-ZConfig/LICENSE.txt

References

Summary

In this tutorial we learn how to install python3-ZConfig on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).