How to Install and Uninstall python-backports.src Package on Oracle Linux 8
Last updated: December 05,2024
1. Install "python-backports.src" package
This tutorial shows how to install python-backports.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python-backports.src
Copied
2. Uninstall "python-backports.src" package
This guide let you learn how to uninstall python-backports.src on Oracle Linux 8:
$
sudo dnf remove
python-backports.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the python-backports.src package on Oracle Linux 8
Last metadata expiration check: 1:29:13 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-backports
Version : 1.0
Release : 16.module+el8.4.0+20050+79c7b4ee
Architecture : src
Size : 9.0 k
Source : None
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/).
Available Packages
Name : python-backports
Version : 1.0
Release : 16.module+el8.4.0+20050+79c7b4ee
Architecture : src
Size : 9.0 k
Source : None
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/).