How to Install and Uninstall luajit.i686 Package on Fedora 38

Last updated: January 12,2025

1. Install "luajit.i686" package

This tutorial shows how to install luajit.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install luajit.i686

2. Uninstall "luajit.i686" package

This is a short guide on how to uninstall luajit.i686 on Fedora 38:

$ sudo dnf remove luajit.i686 $ sudo dnf autoremove

3. Information about the luajit.i686 package on Fedora 38

Last metadata expiration check: 1:21:05 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : luajit
Version : 2.1.0
Release : 0.27beta3.fc38
Architecture : i686
Size : 433 k
Source : luajit-2.1.0-0.27beta3.fc38.src.rpm
Repository : fedora
Summary : Just-In-Time Compiler for Lua
URL : http://luajit.org/
License : MIT
Description : LuaJIT implements the full set of language features defined by Lua 5.1.
: The virtual machine (VM) is API- and ABI-compatible to the standard
: Lua interpreter and can be deployed as a drop-in replacement.