How to Install and Uninstall python36-debug.x86_64 Package on CentOS 8 / RHEL 8
Last updated: November 05,2024
1. Install "python36-debug.x86_64" package
This is a short guide on how to install python36-debug.x86_64 on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
python36-debug.x86_64
Copied
2. Uninstall "python36-debug.x86_64" package
Here is a brief guide to show you how to uninstall python36-debug.x86_64 on CentOS 8 / RHEL 8:
$
sudo dnf remove
python36-debug.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python36-debug.x86_64 package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 8:10:30 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python36-debug
Version : 3.6.8
Release : 2.module_el8.3.0+562+e162826a
Architecture : x86_64
Size : 17 k
Source : python36-3.6.8-2.module_el8.3.0+562+e162826a.src.rpm
Repository : appstream
Summary : Debug version of the Python runtime
URL : https://www.python.org/
License : Python
Description : python36-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 bytecode format is unchanged, so that .pyc files are compatible between
: this and the standard version of Python, but the debugging features mean that
: C/C++ extension modules are ABI-incompatible and must be built for each version
: separately.
:
: The debug build shares installation directories with the standard Python
: runtime, so that .py and .pyc files can be shared.
: Compiled extension modules use a special ABI flag ("d") in the filename,
: so extensions for both verisons can co-exist in the same directory.
Available Packages
Name : python36-debug
Version : 3.6.8
Release : 2.module_el8.3.0+562+e162826a
Architecture : x86_64
Size : 17 k
Source : python36-3.6.8-2.module_el8.3.0+562+e162826a.src.rpm
Repository : appstream
Summary : Debug version of the Python runtime
URL : https://www.python.org/
License : Python
Description : python36-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 bytecode format is unchanged, so that .pyc files are compatible between
: this and the standard version of Python, but the debugging features mean that
: C/C++ extension modules are ABI-incompatible and must be built for each version
: separately.
:
: The debug build shares installation directories with the standard Python
: runtime, so that .py and .pyc files can be shared.
: Compiled extension modules use a special ABI flag ("d") in the filename,
: so extensions for both verisons can co-exist in the same directory.