How to Install and Uninstall python3.9.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "python3.9.src" package

This is a short guide on how to install python3.9.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3.9.src

2. Uninstall "python3.9.src" package

This guide covers the steps necessary to uninstall python3.9.src on Oracle Linux 9:

$ sudo dnf remove python3.9.src $ sudo dnf autoremove

3. Information about the python3.9.src package on Oracle Linux 9

Last metadata expiration check: 3:47:07 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3.9
Version : 3.9.18
Release : 1.el9_3.1
Architecture : src
Size : 19 M
Source : None
Repository : ol9_appstream
Summary : Version 3.9 of the Python interpreter
URL : https://www.python.org/
License : Python
Description : Python 3.9 is an accessible, high-level, dynamically typed, interpreted
: programming language, designed with an emphasis on code readability.
: It includes an extensive standard library, and has a vast ecosystem of
: third-party libraries.

Name : python3.9
Version : 3.9.18
Release : 1.el9_3.1
Architecture : src
Size : 19 M
Source : None
Repository : ol9_baseos_latest
Summary : Version 3.9 of the Python interpreter
URL : https://www.python.org/
License : Python
Description : Python 3.9 is an accessible, high-level, dynamically typed, interpreted
: programming language, designed with an emphasis on code readability.
: It includes an extensive standard library, and has a vast ecosystem of
: third-party libraries.