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

Last updated: September 29,2024

1. Install "python2-configparser2" package

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

$ sudo zypper refresh $ sudo zypper install python2-configparser2

2. Uninstall "python2-configparser2" package

This guide covers the steps necessary to uninstall python2-configparser2 on openSUSE Leap:

$ sudo zypper remove python2-configparser2

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

Information for package python2-configparser2:
----------------------------------------------
Repository : Main Repository
Name : python2-configparser2
Version : 4.0.0-bp153.3.14
Arch : noarch
Vendor : openSUSE
Installed Size : 144,9 KiB
Installed : No
Status : not installed
Source package : python-configparser2-4.0.0-bp153.3.14.src
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.