How to Install and Uninstall python3-debug.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-debug.i686" package

Here is a brief guide to show you how to install python3-debug.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-debug.i686

2. Uninstall "python3-debug.i686" package

This guide let you learn how to uninstall python3-debug.i686 on Fedora 34:

$ sudo dnf remove python3-debug.i686 $ sudo dnf autoremove

3. Information about the python3-debug.i686 package on Fedora 34

Last metadata expiration check: 2:01:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-debug
Version : 3.9.13
Release : 1.fc34
Architecture : i686
Size : 2.9 M
Source : python3.9-3.9.13-1.fc34.src.rpm
Repository : updates
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 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.