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

Last updated: October 06,2024

1. Install "luajit.i686" package

Here is a brief guide to show you how to install luajit.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install luajit.i686

2. Uninstall "luajit.i686" package

This guide let you learn how to uninstall luajit.i686 on Fedora 34:

$ sudo dnf remove luajit.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:59:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : luajit
Version : 2.1.0
Release : 0.19beta3.fc34
Architecture : i686
Size : 410 k
Source : luajit-2.1.0-0.19beta3.fc34.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.