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

Last updated: October 08,2024

1. Install "lua.src" package

Please follow the guidance below to install lua.src on Oracle Linux 8

$ 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 8:

$ sudo dnf remove lua.src $ sudo dnf autoremove

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

Last metadata expiration check: 1:13:07 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : lua
Version : 5.3.4
Release : 12.el8
Architecture : src
Size : 427 k
Source : None
Repository : ol8_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.3.4
Release : 12.el8
Architecture : src
Size : 427 k
Source : None
Repository : ol8_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.