How to Install and Uninstall python2-backports.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python2-backports.x86_64" package

Please follow the guidelines below to install python2-backports.x86_64 on Rocky Linux 8

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

2. Uninstall "python2-backports.x86_64" package

This is a short guide on how to uninstall python2-backports.x86_64 on Rocky Linux 8:

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

3. Information about the python2-backports.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:06:44 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python2-backports
Version : 1.0
Release : 16.module+el8.4.0+403+9ae17a31
Architecture : x86_64
Size : 9.0 k
Source : python-backports-1.0-16.module+el8.4.0+403+9ae17a31.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/).