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

Last updated: November 26,2024

1. Install "python3-anyconfig.noarch" package

This is a short guide on how to install python3-anyconfig.noarch on Fedora 36

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

2. Uninstall "python3-anyconfig.noarch" package

This is a short guide on how to uninstall python3-anyconfig.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:08:48 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-anyconfig
Version : 0.13.0
Release : 1.fc36
Architecture : noarch
Size : 139 k
Source : python-anyconfig-0.13.0-1.fc36.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.