How to Install and Uninstall lua51 Package on openSUSE Leap
Last updated: February 01,2025
1. Install "lua51" package
In this section, we are going to explain the necessary steps to install lua51 on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
lua51
Copied
2. Uninstall "lua51" package
This is a short guide on how to uninstall lua51 on openSUSE Leap:
$
sudo zypper remove
lua51
Copied
3. Information about the lua51 package on openSUSE Leap
Information for package lua51:
------------------------------
Repository : Main Repository
Name : lua51
Version : 5.1.5-2.31
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 302.1 KiB
Installed : No
Status : not installed
Source package : lua51-5.1.5-2.31.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.
------------------------------
Repository : Main Repository
Name : lua51
Version : 5.1.5-2.31
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 302.1 KiB
Installed : No
Status : not installed
Source package : lua51-5.1.5-2.31.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.