How to Install and Uninstall python-iniparse.noarch Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "python-iniparse.noarch" package

Please follow the guidelines below to install python-iniparse.noarch on Amazon Linux 2

$ 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 Amazon Linux 2:

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

3. Information about the python-iniparse.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Installed Packages
Name : python-iniparse
Arch : noarch
Version : 0.4
Release : 9.amzn2
Size : 112 k
Repo : installed
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.