How to Install and Uninstall lua51 Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "lua51" package

This is a short guide on how to install lua51 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lua51

2. Uninstall "lua51" package

Please follow the guidelines below to uninstall lua51 on openSuSE Tumbleweed:

$ sudo zypper remove lua51

3. Information about the lua51 package on openSuSE Tumbleweed

Information for package lua51:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lua51
Version : 5.1.5-15.23
Arch : x86_64
Vendor : openSUSE
Installed Size : 337.1 KiB
Installed : No
Status : not installed
Source package : lua51-5.1.5-15.23.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.