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

Last updated: May 18,2024

1. Install "lua54-copas" package

Please follow the steps below to install lua54-copas on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lua54-copas

2. Uninstall "lua54-copas" package

This guide let you learn how to uninstall lua54-copas on openSuSE Tumbleweed:

$ sudo zypper remove lua54-copas

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

Information for package lua54-copas:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lua54-copas
Version : 2.0.2-4.2
Arch : noarch
Vendor : openSUSE
Installed Size : 49.7 KiB
Installed : No
Status : not installed
Source package : lua54-copas-2.0.2-4.2.src
Upstream URL : https://lunarmodules.github.io/copas
Summary : Coroutine Oriented Portable Asynchronous Services
Description :
Copas is a dispatcher based on coroutines that can be used by TCP/IP
servers. It uses LuaSocket as the interface with the TCP/IP stack.
A server registered with Copas should provide a handler for requests and
use Copas socket functions to send the response. Copas loops through
requests and invokes the corresponding handlers. For a full
implementation of a Copas HTTP server you can refer to Xavante as an
example.