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

Last updated: May 01,2024

1. Install "nativejit.x86_64" package

This guide covers the steps necessary to install nativejit.x86_64 on Fedora 35

$ 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 35:

$ sudo dnf remove nativejit.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:45:12 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : nativejit
Version : 0.1
Release : 2.fc35
Architecture : x86_64
Size : 68 k
Source : nativejit-0.1-2.fc35.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).