How to Install and Uninstall lua.src Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "lua.src" package

In this section, we are going to explain the necessary steps to install lua.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install lua.src

2. Uninstall "lua.src" package

Please follow the instructions below to uninstall lua.src on Oracle Linux 9:

$ sudo dnf remove lua.src $ sudo dnf autoremove

3. Information about the lua.src package on Oracle Linux 9

Last metadata expiration check: 1:20:10 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : lua
Version : 5.4.4
Release : 4.el9
Architecture : src
Size : 518 k
Source : None
Repository : ol9_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.

Name : lua
Version : 5.4.4
Release : 4.el9
Architecture : src
Size : 518 k
Source : None
Repository : ol9_baseos_latest
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.