How to Install and Uninstall lua.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 01,2024

1. Install "lua.x86_64" package

Please follow the step by step instructions below to install lua.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install lua.x86_64

2. Uninstall "lua.x86_64" package

This tutorial shows how to uninstall lua.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove lua.x86_64 $ sudo dnf autoremove

3. Information about the lua.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:01:34 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : lua
Version : 5.3.4
Release : 11.el8
Architecture : x86_64
Size : 193 k
Source : lua-5.3.4-11.el8.src.rpm
Repository : appstream
Summary : Powerful light-weight programming language
URL : http://www.lua.org/
License : MIT
Description : Lua is a powerful light-weight programming language designed for
: extending applications. Lua is also frequently used as a
: general-purpose, stand-alone language. Lua is free software.
: Lua combines simple procedural syntax with powerful data description
: constructs based on associative arrays and extensible semantics. Lua
: is dynamically typed, interpreted from bytecodes, and has automatic
: memory management with garbage collection, making it ideal for
: configuration, scripting, and rapid prototyping.