How to Install and Uninstall platform-python-debug.i686 Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "platform-python-debug.i686" package

Please follow the step by step instructions below to install platform-python-debug.i686 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install platform-python-debug.i686

2. Uninstall "platform-python-debug.i686" package

Please follow the instructions below to uninstall platform-python-debug.i686 on CentOS Stream 8:

$ sudo dnf remove platform-python-debug.i686 $ sudo dnf autoremove

3. Information about the platform-python-debug.i686 package on CentOS Stream 8

Last metadata expiration check: 2:38:35 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : platform-python-debug
Version : 3.6.8
Release : 59.el8
Architecture : i686
Size : 2.8 M
Source : python3-3.6.8-59.el8.src.rpm
Repository : appstream
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 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 versions can co-exist in the same directory.