How to Install and Uninstall python3.10-debug.i686 Package on Fedora 38
Last updated: November 26,2024
1. Install "python3.10-debug.i686" package
This guide let you learn how to install python3.10-debug.i686 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python3.10-debug.i686
Copied
2. Uninstall "python3.10-debug.i686" package
Please follow the guidelines below to uninstall python3.10-debug.i686 on Fedora 38:
$
sudo dnf remove
python3.10-debug.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3.10-debug.i686 package on Fedora 38
Last metadata expiration check: 5:40:07 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3.10-debug
Version : 3.10.13
Release : 3.fc38
Architecture : i686
Size : 2.9 M
Source : python3.10-3.10.13-3.fc38.src.rpm
Repository : updates
Summary : Debug version of the Python runtime
URL : https://www.python.org/
License : Python-2.0.1
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.
Available Packages
Name : python3.10-debug
Version : 3.10.13
Release : 3.fc38
Architecture : i686
Size : 2.9 M
Source : python3.10-3.10.13-3.fc38.src.rpm
Repository : updates
Summary : Debug version of the Python runtime
URL : https://www.python.org/
License : Python-2.0.1
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.