How to Install and Uninstall luajit.x86_64 Package on CentOS Stream 8

Last updated: June 27,2024

1. Install "luajit.x86_64" package

In this section, we are going to explain the necessary steps to install luajit.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install luajit.x86_64

2. Uninstall "luajit.x86_64" package

This guide let you learn how to uninstall luajit.x86_64 on CentOS Stream 8:

$ sudo dnf remove luajit.x86_64 $ sudo dnf autoremove

3. Information about the luajit.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:13:56 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : luajit
Version : 2.1.0
Release : 0.16beta3.el8
Architecture : x86_64
Size : 359 k
Source : luajit-2.1.0-0.16beta3.el8.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.