How to Install and Uninstall python2-backports.x86_64 Package on CentOS 8 / RHEL 8

Last updated: July 01,2024

1. Install "python2-backports.x86_64" package

This guide covers the steps necessary to install python2-backports.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python2-backports.x86_64

2. Uninstall "python2-backports.x86_64" package

Please follow the instructions below to uninstall python2-backports.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove python2-backports.x86_64 $ sudo dnf autoremove

3. Information about the python2-backports.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:40:40 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python2-backports
Version : 1.0
Release : 15.module_el8.3.0+478+7570e00c
Architecture : x86_64
Size : 9.9 k
Source : python-backports-1.0-15.module_el8.3.0+478+7570e00c.src.rpm
Repository : appstream
Summary : Namespace for backported Python features
URL : https://pypi.python.org/pypi/backports
License : Public Domain
Description : The backports namespace is a namespace reserved for features backported from
: the Python standard library to older versions of Python 2.
:
: Packages that exist in the backports namespace in Fedora should not provide
: their own backports/__init__.py, but instead require this package.
:
: Backports to earlier versions of Python 3, if they exist, do not need this
: package because of changes made in Python 3.3 in PEP 420
: (http://www.python.org/dev/peps/pep-0420/).