Subscribe

How to install python2-configparser in CentOS/RHEL 8 (noarch)

Backport of Python 3 configparser module

Install

sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm
sudo dnf -y install python2-configparser

Description

The ancient ConfigParser module available in the standard library 2.x has seen a major update in Python 3.2. This package is a backport of those changes so that they can be used directly in Python 2.6 - 3.5.

RPMs

Jerry James (2019-02-22) - Do not conflict with python2-backports