How to Install and Uninstall python3-iniparse.noarch Package on Fedora 38

Last updated: September 26,2024

1. Install "python3-iniparse.noarch" package

Learn how to install python3-iniparse.noarch on Fedora 38

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

2. Uninstall "python3-iniparse.noarch" package

This is a short guide on how to uninstall python3-iniparse.noarch on Fedora 38:

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

3. Information about the python3-iniparse.noarch package on Fedora 38

Last metadata expiration check: 2:44:26 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-iniparse
Version : 0.5
Release : 4.fc38
Architecture : noarch
Size : 56 k
Source : python-iniparse-0.5-4.fc38.src.rpm
Repository : fedora
Summary : Accessing and Modifying INI files
URL : https://github.com/candlepin/python-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.