How to Install and Uninstall nativejit.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "nativejit.x86_64" package

This tutorial shows how to install nativejit.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install nativejit.x86_64

2. Uninstall "nativejit.x86_64" package

This guide covers the steps necessary to uninstall nativejit.x86_64 on Fedora 34:

$ sudo dnf remove nativejit.x86_64 $ sudo dnf autoremove

3. Information about the nativejit.x86_64 package on Fedora 34

Last metadata expiration check: 0:47:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : nativejit
Version : 0.1
Release : 1.fc34
Architecture : x86_64
Size : 69 k
Source : nativejit-0.1-1.fc34.src.rpm
Repository : fedora
Summary : Library for high-performance just-in-time compilation
URL : https://github.com/copasi/copasi-dependencies/tree/master/src/NativeJIT
License : MIT
Description : NativeJIT is an open-source cross-platform library for high-performance
: just-in-time compilation of expressions involving C data structures.
: The compiler is light weight and fast and it takes no dependencies
: beyond the standard C++ runtime. It runs on Linux, OSX, and Windows.
: The generated code is optimized with particular attention paid to
: register allocation.
: It requires CPUs with SSE4 (Streaming SIMD Extensions 4).