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

Last updated: October 06,2024

1. Install "python2-backports.x86_64" package

This guide covers the steps necessary to install python2-backports.x86_64 on Oracle Linux 8

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

2. Uninstall "python2-backports.x86_64" package

Please follow the guidelines below to uninstall python2-backports.x86_64 on Oracle Linux 8:

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

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

Last metadata expiration check: 0:16:30 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python2-backports
Version : 1.0
Release : 16.module+el8.4.0+20050+79c7b4ee
Architecture : x86_64
Size : 10 k
Source : python-backports-1.0-16.module+el8.4.0+20050+79c7b4ee.src.rpm
Repository : ol8_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/).