How to Install and Uninstall python2-debug.x86_64 Package on Oracle Linux 8
Last updated: November 23,2024
1. Install "python2-debug.x86_64" package
Please follow the step by step instructions below to install python2-debug.x86_64 on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python2-debug.x86_64
Copied
2. Uninstall "python2-debug.x86_64" package
Please follow the instructions below to uninstall python2-debug.x86_64 on Oracle Linux 8:
$
sudo dnf remove
python2-debug.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python2-debug.x86_64 package on Oracle Linux 8
Last metadata expiration check: 4:03:20 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python2-debug
Version : 2.7.18
Release : 10.0.1.module+el8.6.0+20550+a85dc526
Architecture : x86_64
Size : 2.3 M
Source : python2-2.7.18-10.0.1.module+el8.6.0+20550+a85dc526.src.rpm
Repository : ol8_appstream
Summary : Debug version of the Python 2 runtime
URL : https://www.python.org/
License : Python
Description : python2-debug provides a version of the Python 2 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 2 build,
: but is useful for tracking down reference-counting issues, and other bugs.
:
: The bytecodes are unchanged, so that .pyc files are compatible between the two
: version of Python 2, but the debugging features mean that C/C++ extension modules
: are ABI-incompatible with those built for the standard runtime.
:
: It shares installation directories with the standard Python 2 runtime, so that
: .py and .pyc files can be shared. All compiled extension modules gain a "_d"
: suffix ("foo_d.so" rather than "foo.so") so that each Python 2 implementation can
: load its own extensions.
Available Packages
Name : python2-debug
Version : 2.7.18
Release : 10.0.1.module+el8.6.0+20550+a85dc526
Architecture : x86_64
Size : 2.3 M
Source : python2-2.7.18-10.0.1.module+el8.6.0+20550+a85dc526.src.rpm
Repository : ol8_appstream
Summary : Debug version of the Python 2 runtime
URL : https://www.python.org/
License : Python
Description : python2-debug provides a version of the Python 2 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 2 build,
: but is useful for tracking down reference-counting issues, and other bugs.
:
: The bytecodes are unchanged, so that .pyc files are compatible between the two
: version of Python 2, but the debugging features mean that C/C++ extension modules
: are ABI-incompatible with those built for the standard runtime.
:
: It shares installation directories with the standard Python 2 runtime, so that
: .py and .pyc files can be shared. All compiled extension modules gain a "_d"
: suffix ("foo_d.so" rather than "foo.so") so that each Python 2 implementation can
: load its own extensions.