How to Install and Uninstall python3-iniparse.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 12,2024

1. Install "python3-iniparse.noarch" package

Here is a brief guide to show you how to install python3-iniparse.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-iniparse.noarch" package

Please follow the guidelines below to uninstall python3-iniparse.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-iniparse.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:08:22 ago on Mon Feb 26 07:04:30 2024.
Installed Packages
Name : python3-iniparse
Version : 0.4
Release : 45.el9
Architecture : noarch
Size : 106 k
Source : python-iniparse-0.4-45.el9.src.rpm
Repository : @System
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.
:
: Python 3 version.