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

Last updated: June 29,2024

1. Install "lua54-shell-games" package

This guide covers the steps necessary to install lua54-shell-games on openSuSE Tumbleweed

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

2. Uninstall "lua54-shell-games" package

Here is a brief guide to show you how to uninstall lua54-shell-games on openSuSE Tumbleweed:

$ sudo zypper remove lua54-shell-games

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

Information for package lua54-shell-games:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lua54-shell-games
Version : 1.1.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 18.8 KiB
Installed : No
Status : not installed
Source package : lua54-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).