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

Last updated: May 22,2024

1. Install "python3-iniconfig" package

In this section, we are going to explain the necessary steps to install python3-iniconfig on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-iniconfig

2. Uninstall "python3-iniconfig" package

This is a short guide on how to uninstall python3-iniconfig on openSUSE Leap:

$ sudo zypper remove python3-iniconfig

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

Information for package python3-iniconfig:
------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-iniconfig
Version : 1.1.1-150000.1.11.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 22.1 KiB
Installed : No
Status : not installed
Source package : python-iniconfig-1.1.1-150000.1.11.1.src
Upstream URL : https://github.com/RonnyPfannschmidt/iniconfig
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.