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

Last updated: May 19,2024

1. Install "lua54-coxpcall" package

Here is a brief guide to show you how to install lua54-coxpcall on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lua54-coxpcall

2. Uninstall "lua54-coxpcall" package

Please follow the guidance below to uninstall lua54-coxpcall on openSuSE Tumbleweed:

$ sudo zypper remove lua54-coxpcall

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

Information for package lua54-coxpcall:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lua54-coxpcall
Version : 1.17.0-4.2
Arch : noarch
Vendor : openSUSE
Installed Size : 27.8 KiB
Installed : No
Status : not installed
Source package : lua54-coxpcall-1.17.0-4.2.src
Upstream URL : http://www.keplerproject.org/coxpcall/
Summary : Coroutine safe xpcall and pcall
Description :
Encapsulates the protected calls with a coroutine based loop, so errors
can be handled without the usual Lua 5.x pcall/xpcall issues with
coroutines yielding inside the call to pcall or xpcall.