How to Install and Uninstall python312-iniparse Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python312-iniparse" package

Please follow the steps below to install python312-iniparse on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-iniparse

2. Uninstall "python312-iniparse" package

In this section, we are going to explain the necessary steps to uninstall python312-iniparse on openSuSE Tumbleweed:

$ sudo zypper remove python312-iniparse

3. Information about the python312-iniparse package on openSuSE Tumbleweed

Information for package python312-iniparse:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-iniparse
Version : 0.5-7.1
Arch : noarch
Vendor : openSUSE
Installed Size : 141.2 KiB
Installed : No
Status : not installed
Source package : python-iniparse-0.5-7.1.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.