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

Last updated: June 25,2024

1. Install "lua53-shell-games" package

This guide let you learn how to install lua53-shell-games on openSuSE Tumbleweed

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

2. Uninstall "lua53-shell-games" package

In this section, we are going to explain the necessary steps to uninstall lua53-shell-games on openSuSE Tumbleweed:

$ sudo zypper remove lua53-shell-games

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

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