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

Last updated: May 19,2024

1. Install "python3-configparser2" package

Please follow the step by step instructions below to install python3-configparser2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-configparser2

2. Uninstall "python3-configparser2" package

Learn how to uninstall python3-configparser2 on openSUSE Leap:

$ sudo zypper remove python3-configparser2

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

Information for package python3-configparser2:
----------------------------------------------
Repository : Main Repository
Name : python3-configparser2
Version : 4.0.0-3.2.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 180.0 KiB
Installed : No
Status : not installed
Source package : python-configparser2-4.0.0-3.2.1.src
Upstream URL : http://docs.python.org/3/library/configparser.html
Summary : Backport of the enhanced config parser introduced in Python 3.x
Description :
The ancient ConfigParser module available in the standard library 2.x has
seen a major update in Python 3.x. This is a backport of those changes so
that they can be used directly in Python 2.7.
configparser2 is derived from Lukasz Langa’s configparser mercurial repo. The
only difference is a name is not conflicting with the default python3
configparser.