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

Last updated: September 28,2024

1. Install "python3.13-freethreading.x86_64" package

This is a short guide on how to install python3.13-freethreading.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3.13-freethreading.x86_64

2. Uninstall "python3.13-freethreading.x86_64" package

This tutorial shows how to uninstall python3.13-freethreading.x86_64 on Fedora 39:

$ sudo dnf remove python3.13-freethreading.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:16:17 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3.13-freethreading
Version : 3.13.0~a4
Release : 2.fc39
Architecture : x86_64
Size : 3.5 M
Source : python3.13-3.13.0~a4-2.fc39.src.rpm
Repository : updates
Summary : Free Threading (PEP 703) version of the Python runtime
URL : https://www.python.org/
License : Python-2.0.1
Description : The provisional Free Threading (PEP 703) build of Python.
:
: 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.