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

Last updated: May 06,2024

1. Install "python3-iniparse.noarch" package

This guide let you learn how to install python3-iniparse.noarch on Fedora 35

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

2. Uninstall "python3-iniparse.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-iniparse.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:52:50 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-iniparse
Version : 0.4
Release : 45.fc35
Architecture : noarch
Size : 42 k
Source : python-iniparse-0.4-45.fc35.src.rpm
Repository : fedora
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.