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

Last updated: September 29,2024

1. Install "python3-anyconfig.noarch" package

This tutorial shows how to install python3-anyconfig.noarch on Fedora 34

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

2. Uninstall "python3-anyconfig.noarch" package

This tutorial shows how to uninstall python3-anyconfig.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:26:05 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-anyconfig
Version : 0.11.1
Release : 1.fc34
Architecture : noarch
Size : 131 k
Source : python-anyconfig-0.11.1-1.fc34.src.rpm
Repository : updates
Summary : Python library to load and dump configuration files in various formats
URL : https://github.com/ssato/python-anyconfig
License : MIT
Description : Python library provides common APIs to load and dump configuration files in
: various formats such like JSON, YAML and XML with some useful features such as
: contents merge, templates, query, schema validation and generation support.