How to Install and Uninstall python38-debug.x86_64 Package on CentOS 8 / RHEL 8

Last updated: June 26,2024

1. Install "python38-debug.x86_64" package

Please follow the instructions below to install python38-debug.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python38-debug.x86_64

2. Uninstall "python38-debug.x86_64" package

Please follow the instructions below to uninstall python38-debug.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove python38-debug.x86_64 $ sudo dnf autoremove

3. Information about the python38-debug.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:10:45 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python38-debug
Version : 3.8.3
Release : 3.module_el8.3.0+468+0c52a667
Architecture : x86_64
Size : 3.0 M
Source : python38-3.8.3-3.module_el8.3.0+468+0c52a667.src.rpm
Repository : appstream
Summary : Debug version of the Python runtime
URL : https://www.python.org/
License : Python
Description : python38-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.