How to Install and Uninstall python36.x86_64 Package on AlmaLinux 8

Last updated: November 28,2024

1. Install "python36.x86_64" package

Please follow the guidance below to install python36.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install python36.x86_64

2. Uninstall "python36.x86_64" package

Learn how to uninstall python36.x86_64 on AlmaLinux 8:

$ sudo dnf remove python36.x86_64 $ sudo dnf autoremove

3. Information about the python36.x86_64 package on AlmaLinux 8

Last metadata expiration check: 2:11:09 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python36
Version : 3.6.8
Release : 38.module_el8.5.0+2569+5c5719bc
Architecture : x86_64
Size : 18 k
Source : python36-3.6.8-38.module_el8.5.0+2569+5c5719bc.src.rpm
Repository : appstream
Summary : Interpreter of the Python programming language
URL : https://www.python.org/
License : Python
Description : Python is an accessible, high-level, dynamically typed, interpreted programming
: language, designed with an emphasis on code readibility.
: It includes an extensive standard library, and has a vast ecosystem of
: third-party libraries.
:
: The python36 package provides the "python3.6" executable: the reference
: interpreter for the Python language, version 3.
: The package also installs the "python3" executable which is user configurable
: using the "alternatives --config python3" command.
: For the unversioned "python" command, see manual page "unversioned-python".
:
: The python36-devel package contains files for dovelopment of Python application
: and the python36-debug is helpful for debugging.
:
: Packages containing additional libraries for Python 3.6 are generally named
: with the "python3-" prefix.