How to Install and Uninstall python3-iniparse Package on openSUSE Leap

Last updated: May 11,2024

1. Install "python3-iniparse" package

This guide covers the steps necessary to install python3-iniparse on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-iniparse

2. Uninstall "python3-iniparse" package

Here is a brief guide to show you how to uninstall python3-iniparse on openSUSE Leap:

$ sudo zypper remove python3-iniparse

3. Information about the python3-iniparse package on openSUSE Leap

Information for package python3-iniparse:
-----------------------------------------
Repository : Main Repository
Name : python3-iniparse
Version : 0.5-1.25
Arch : noarch
Vendor : SUSE LLC
Installed Size : 144.9 KiB
Installed : No
Status : not installed
Source package : python-iniparse-0.5-1.25.src
Upstream URL : https://github.com/candlepin/python-iniparse
Summary : Python Module for Accessing and Modifying Configuration Data in INI files
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.