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

Last updated: October 06,2024

1. Install "python3-iniconfig.noarch" package

In this section, we are going to explain the necessary steps to install python3-iniconfig.noarch on Fedora 34

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

2. Uninstall "python3-iniconfig.noarch" package

Please follow the steps below to uninstall python3-iniconfig.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:01:47 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-iniconfig
Version : 1.1.1
Release : 2.fc34
Architecture : noarch
Size : 16 k
Source : python-iniconfig-1.1.1-2.fc34.src.rpm
Repository : fedora
Summary : Brain-dead simple parsing of ini files
URL : http://github.com/RonnyPfannschmidt/iniconfig
License : MIT
Description : iniconfig is a small and simple INI-file parser module
: having a unique set of features:
:
: * tested against Python2.4 across to Python3.2, Jython, PyPy
: * maintains order of sections and entries
: * supports multi-line values with or without line-continuations
: * supports "#" comments everywhere
: * raises errors with proper line-numbers
: * no bells and whistles like automatic substitutions
: * iniconfig raises an Error if two sections have the same name.