How to Install and Uninstall luajit.x86_64 Package on AlmaLinux 9

Last updated: October 14,2024

1. Install "luajit.x86_64" package

Please follow the guidelines below to install luajit.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install luajit.x86_64

2. Uninstall "luajit.x86_64" package

Here is a brief guide to show you how to uninstall luajit.x86_64 on AlmaLinux 9:

$ sudo dnf remove luajit.x86_64 $ sudo dnf autoremove

3. Information about the luajit.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:54:54 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : luajit
Version : 2.1.0
Release : 0.23beta3.el9
Architecture : x86_64
Size : 402 k
Source : luajit-2.1.0-0.23beta3.el9.src.rpm
Repository : epel
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.