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

Last updated: October 06,2024

1. Install "python-iniparse.src" package

This guide covers the steps necessary to install python-iniparse.src on Oracle Linux 8

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

2. Uninstall "python-iniparse.src" package

Here is a brief guide to show you how to uninstall python-iniparse.src on Oracle Linux 8:

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

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

Last metadata expiration check: 3:54:48 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-iniparse
Version : 0.4
Release : 31.el8
Architecture : src
Size : 53 k
Source : None
Repository : ol8_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.