How to Install and Uninstall lua51-shell-games Package on openSuSE Tumbleweed

Last updated: November 12,2024

1. Install "lua51-shell-games" package

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

$ sudo zypper refresh $ sudo zypper install lua51-shell-games

2. Uninstall "lua51-shell-games" package

This guide let you learn how to uninstall lua51-shell-games on openSuSE Tumbleweed:

$ sudo zypper remove lua51-shell-games

3. Information about the lua51-shell-games package on openSuSE Tumbleweed

Information for package lua51-shell-games:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lua51-shell-games
Version : 1.1.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 18.8 KiB
Installed : No
Status : not installed
Source package : lua51-shell-games-1.1.0-2.2.src
Upstream URL : https://github.com/GUI/lua-shell-games
Summary : Lua library to help execute shell commands
Description :
A Lua library to help execute shell commands more easily and safely.
* Easily execute shell commands, while capturing the command's output and exit
code. Includes compatibility across versions of Lua, LuaJIT, and OpenResty
where io.popen may not return exit codes (pre Lua 5.2 behavior).
* Utilities to quote and escape shell arguments for safer, less error-prone
execution.
When executing shell commands, shell-games wraps either os.execute or io.popen
(depending on whether the output is being captured).