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

Last updated: October 06,2024

1. Install "python-iniparse.src" package

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

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

2. Uninstall "python-iniparse.src" package

In this section, we are going to explain the necessary steps to uninstall python-iniparse.src on Oracle Linux 9:

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

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

Last metadata expiration check: 3:06:23 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-iniparse
Version : 0.4
Release : 45.el9
Architecture : src
Size : 53 k
Source : None
Repository : ol9_baseos_latest
Summary : Python Module for Accessing and Modifying Configuration Data in INI files
URL : http://code.google.com/p/iniparse/
License : MIT and Python
Description : iniparse is an INI parser for Python which is API compatible
: with the standard library's ConfigParser, preserves structure of INI
: files (order of sections & options, indentation, comments, and blank
: lines are preserved when data is updated), and is more convenient to
: use.