How to Install and Uninstall python-iniconfig.src Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "python-iniconfig.src" package

Learn how to install python-iniconfig.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-iniconfig.src

2. Uninstall "python-iniconfig.src" package

Please follow the guidance below to uninstall python-iniconfig.src on Oracle Linux 9:

$ sudo dnf remove python-iniconfig.src $ sudo dnf autoremove

3. Information about the python-iniconfig.src package on Oracle Linux 9

Last metadata expiration check: 1:17:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-iniconfig
Version : 1.1.1
Release : 7.el9
Architecture : src
Size : 17 k
Source : None
Repository : ol9_appstream
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.