How to Install and Uninstall lua54-luarepl Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "lua54-luarepl" package

This tutorial shows how to install lua54-luarepl on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lua54-luarepl

2. Uninstall "lua54-luarepl" package

Please follow the guidelines below to uninstall lua54-luarepl on openSuSE Tumbleweed:

$ sudo zypper remove lua54-luarepl

3. Information about the lua54-luarepl package on openSuSE Tumbleweed

Information for package lua54-luarepl:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lua54-luarepl
Version : 0.10-2.3
Arch : noarch
Vendor : openSUSE
Installed Size : 69.5 KiB
Installed : No
Status : not installed
Source package : lua54-luarepl-0.10-2.3.src
Upstream URL : https://github.com/hoelzro/lua-repl
Summary : A Lua REPL implemented in Lua for embedding in other programs
Description :
This project has two uses:
- An alternative to the standalone interpreter included with Lua, one that
supports things like plugins, tab completion, and automatic insertion of
return in front of expressions.
- A REPL library you may embed in your application, to provide all of the
niceties of the standalone interpreter included with Lua and then some.