How to Install and Uninstall python3.11-debug.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 13,2024
1. Install "python3.11-debug.x86_64" package
Please follow the step by step instructions below to install python3.11-debug.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python3.11-debug.x86_64
Copied
2. Uninstall "python3.11-debug.x86_64" package
This tutorial shows how to uninstall python3.11-debug.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python3.11-debug.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3.11-debug.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:16:20 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3.11-debug
Version : 3.11.5
Release : 1.el8_9
Architecture : x86_64
Size : 3.3 M
Source : python3.11-3.11.5-1.el8_9.src.rpm
Repository : ubi-8-codeready-builder-rpms
Summary : Debug version of the Python runtime
URL : https://www.python.org/
License : Python
Description : python3-debug provides a version of the Python runtime with numerous debugging
: features enabled, aimed at advanced Python users such as developers of Python
: extension modules.
:
: This version uses more memory and will be slower than the regular Python build,
: but is useful for tracking down reference-counting issues and other bugs.
:
: The debug build shares installation directories with the standard Python
: runtime. Python modules -- source (.py), bytecode (.pyc), and C-API extensions
: (.cpython*.so) -- are compatible between this and the standard version
: of Python.
:
: The debug runtime additionally supports debug builds of C-API extensions
: (with the "d" ABI flag) for debugging issues in those extensions.
Available Packages
Name : python3.11-debug
Version : 3.11.5
Release : 1.el8_9
Architecture : x86_64
Size : 3.3 M
Source : python3.11-3.11.5-1.el8_9.src.rpm
Repository : ubi-8-codeready-builder-rpms
Summary : Debug version of the Python runtime
URL : https://www.python.org/
License : Python
Description : python3-debug provides a version of the Python runtime with numerous debugging
: features enabled, aimed at advanced Python users such as developers of Python
: extension modules.
:
: This version uses more memory and will be slower than the regular Python build,
: but is useful for tracking down reference-counting issues and other bugs.
:
: The debug build shares installation directories with the standard Python
: runtime. Python modules -- source (.py), bytecode (.pyc), and C-API extensions
: (.cpython*.so) -- are compatible between this and the standard version
: of Python.
:
: The debug runtime additionally supports debug builds of C-API extensions
: (with the "d" ABI flag) for debugging issues in those extensions.