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

Last updated: January 11,2025

1. Install "python3-llvmlite.x86_64" package

Please follow the instructions below to install python3-llvmlite.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-llvmlite.x86_64

2. Uninstall "python3-llvmlite.x86_64" package

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

$ sudo dnf remove python3-llvmlite.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:41:42 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-llvmlite
Version : 0.42.0
Release : 1.fc39
Architecture : x86_64
Size : 419 k
Source : python-llvmlite-0.42.0-1.fc39.src.rpm
Repository : updates
Summary : Lightweight LLVM Python binding for writing JIT compilers
URL : http://llvmlite.pydata.org/
License : BSD-2-Clause AND Apache-2.0 WITH LLVM-exception AND LicenseRef-Fedora-Public-Domain
Description : llvmlite is a project originally tailored for Numba‘s needs, using the
: following approach:
:
: • A small C wrapper around the parts of the LLVM C++ API we need that are not
: already exposed by the LLVM C API.
: • A ctypes Python wrapper around the C API.
: • A pure Python implementation of the subset of the LLVM IR builder that we
: need for Numba.