How to Install and Uninstall lua54 Package on openSUSE Leap

Last updated: May 19,2024

1. Install "lua54" package

Here is a brief guide to show you how to install lua54 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install lua54

2. Uninstall "lua54" package

Here is a brief guide to show you how to uninstall lua54 on openSUSE Leap:

$ sudo zypper remove lua54

3. Information about the lua54 package on openSUSE Leap

Information for package lua54:
------------------------------
Repository : Main Repository
Name : lua54
Version : 5.4.4-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 43.2 KiB
Installed : No
Status : not installed
Source package : lua54-5.4.4-bp155.1.5.src
Upstream URL : http://www.lua.org
Summary : Small Embeddable Language with Procedural Syntax
Description :
Lua is a programming language originally designed for extending
applications, but is also frequently used as a general-purpose,
stand-alone language.
Lua combines procedural syntax (similar to Pascal) with
data description constructs based on associative arrays and extensible
semantics. Lua is dynamically typed, interpreted from byte codes, and
has automatic memory management, making it suitable for configuration,
scripting, and rapid prototyping. Lua is implemented as a small library
of C functions, written in ANSI C.