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

Last updated: May 17,2024

1. Install "python36-iniparse" package

This guide covers the steps necessary to install python36-iniparse on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-iniparse

2. Uninstall "python36-iniparse" package

Please follow the step by step instructions below to uninstall python36-iniparse on openSuSE Tumbleweed:

$ sudo zypper remove python36-iniparse

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

Information for package python36-iniparse:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-iniparse
Version : 0.5-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 144,9 KiB
Installed : No
Status : not installed
Source package : python-iniparse-0.5-2.5.src
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.