How to Install and Uninstall python3.11-iniconfig.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 27,2024

1. Install "python3.11-iniconfig.noarch" package

This is a short guide on how to install python3.11-iniconfig.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3.11-iniconfig.noarch" package

Please follow the step by step instructions below to uninstall python3.11-iniconfig.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3.11-iniconfig.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:15:42 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3.11-iniconfig
Version : 1.1.1
Release : 2.el8
Architecture : noarch
Size : 18 k
Source : python3.11-iniconfig-1.1.1-2.el8.src.rpm
Repository : ubi-8-codeready-builder-rpms
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.