How to Install and Uninstall python-iniparse.noarch Package on CentOS 7 / RHEL 7

Last updated: May 01,2024

1. Install "python-iniparse.noarch" package

This guide covers the steps necessary to install python-iniparse.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install python-iniparse.noarch

2. Uninstall "python-iniparse.noarch" package

Please follow the step by step instructions below to uninstall python-iniparse.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove python-iniparse.noarch $ sudo yum autoremove

3. Information about the python-iniparse.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : python-iniparse
Arch : noarch
Version : 0.4
Release : 9.el7
Size : 112 k
Repo : installed
From repo : anaconda
Summary : Python Module for Accessing and Modifying Configuration Data in
: INI files
URL : http://code.google.com/p/iniparse/
License : MIT
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.