How to Install and Uninstall lua51-doc Package on openSUSE Leap

Last updated: May 18,2024

1. Install "lua51-doc" package

Please follow the steps below to install lua51-doc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install lua51-doc

2. Uninstall "lua51-doc" package

Please follow the step by step instructions below to uninstall lua51-doc on openSUSE Leap:

$ sudo zypper remove lua51-doc

3. Information about the lua51-doc package on openSUSE Leap

Information for package lua51-doc:
----------------------------------
Repository : Main Repository
Name : lua51-doc
Version : 5.1.5-2.31
Arch : noarch
Vendor : SUSE LLC
Installed Size : 302.3 KiB
Installed : No
Status : not installed
Source package : lua51-5.1.5-2.31.src
Upstream URL : http://www.lua.org
Summary : Documentation for Lua, a small embeddable language
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.