How to Install and Uninstall lua51-luv Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "lua51-luv" package

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

$ sudo zypper refresh $ sudo zypper install lua51-luv

2. Uninstall "lua51-luv" package

Please follow the guidelines below to uninstall lua51-luv on openSuSE Tumbleweed:

$ sudo zypper remove lua51-luv

3. Information about the lua51-luv package on openSuSE Tumbleweed

Information for package lua51-luv:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lua51-luv
Version : 1.45.0~0-4.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 317.9 KiB
Installed : No
Status : not installed
Source package : lua51-luv-1.45.0~0-4.2.src
Upstream URL : https://github.com/luvit/luv
Summary : Bare libuv bindings for lua
Description :
This library makes libuv available to lua scripts. It was made
for the luvit project but should usable from nearly any lua
project.
The library can be used by multiple threads at once. Each thread
is assumed to load the library from a different lua_State. Luv
will create a unique uv_loop_t for each state. You can't share uv
handles between states/loops.
The best docs currently are the libuv docs themselves. Hopfully
soon we'll have a copy locally tailored for lua.