How to Install and Uninstall python38-iniconfig Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "python38-iniconfig" package

Please follow the step by step instructions below to install python38-iniconfig on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-iniconfig

2. Uninstall "python38-iniconfig" package

Learn how to uninstall python38-iniconfig on openSuSE Tumbleweed:

$ sudo zypper remove python38-iniconfig

3. Information about the python38-iniconfig package on openSuSE Tumbleweed

Information for package python38-iniconfig:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-iniconfig
Version : 1.1.1-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 21,8 KiB
Installed : No
Status : not installed
Source package : python-iniconfig-1.1.1-1.5.src
Summary : iniconfig: brain-dead simple config-ini parsing
Description :
iniconfig is a small and simple INI-file parser module
having a unique set of features:
* tested against Python2.4 across to Python3.2, Jython, PyPy
* maintains order of sections and entries
* supports multi-line values with or without line-continuations
* supports "#" comments everywhere
* raises errors with proper line-numbers
* no bells and whistles like automatic substitutions
* iniconfig raises an Error if two sections have the same name.