How to Install and Uninstall python3-debug.x86_64 Package on Amazon Linux 2

Last updated: September 21,2024

1. Install "python3-debug.x86_64" package

Here is a brief guide to show you how to install python3-debug.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python3-debug.x86_64

2. Uninstall "python3-debug.x86_64" package

Please follow the guidelines below to uninstall python3-debug.x86_64 on Amazon Linux 2:

$ sudo yum remove python3-debug.x86_64 $ sudo yum autoremove

3. Information about the python3-debug.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python3-debug
Arch : x86_64
Version : 3.7.10
Release : 1.amzn2.0.1
Size : 2.9 M
Repo : amzn2-core/2/x86_64
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.