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

Last updated: October 15,2024

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

Please follow the steps below to install python3.13-freethreading-debug.i686 on Fedora 39

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

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

Please follow the step by step instructions below to uninstall python3.13-freethreading-debug.i686 on Fedora 39:

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

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

Last metadata expiration check: 1:39:53 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3.13-freethreading-debug
Version : 3.13.0~a4
Release : 2.fc39
Architecture : i686
Size : 3.6 M
Source : python3.13-3.13.0~a4-2.fc39.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.