How to Install and Uninstall python3.13-freethreading-debug.i686 Package on Fedora 38

Last updated: November 28,2024

1. Install "python3.13-freethreading-debug.i686" package

Please follow the step by step instructions below to install python3.13-freethreading-debug.i686 on Fedora 38

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

2. Uninstall "python3.13-freethreading-debug.i686" package

Please follow the guidance below to uninstall python3.13-freethreading-debug.i686 on Fedora 38:

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

3. Information about the python3.13-freethreading-debug.i686 package on Fedora 38

Last metadata expiration check: 5:07:29 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3.13-freethreading-debug
Version : 3.13.0~a4
Release : 2.fc38
Architecture : i686
Size : 3.6 M
Source : python3.13-3.13.0~a4-2.fc38.src.rpm
Repository : updates
Summary : Free Threading (PEP 703) version of the Python runtime (debug build)
URL : https://www.python.org/
License : Python-2.0.1
Description : The provisional Free Threading (PEP 703) build of Python. Debug build.
:
: CPython’s global interpreter lock (“GIL”) prevents multiple threads from
: executing Python code at the same time. The GIL is an obstacle to using
: multi-core CPUs from Python efficiently.
:
: This build of Python is built with the --disable-gil option.
: It lets the interpreter run Python code without the global interpreter lock
: and with the necessary changes needed to make the interpreter thread-safe.
:
: This package provides a version of the Python runtime with numerous debugging
: features enabled, aimed at advanced Python users such as developers of Python
: extension modules.