How to Install and Uninstall lua53-luv Package on openSUSE Leap

Last updated: May 03,2024

1. Install "lua53-luv" package

This guide let you learn how to install lua53-luv on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install lua53-luv

2. Uninstall "lua53-luv" package

Please follow the guidelines below to uninstall lua53-luv on openSUSE Leap:

$ sudo zypper remove lua53-luv

3. Information about the lua53-luv package on openSUSE Leap

Information for package lua53-luv:
----------------------------------
Repository : Main Repository
Name : lua53-luv
Version : 1.30.1-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 227.0 KiB
Installed : No
Status : not installed
Source package : lua53-luv-1.30.1-bp155.2.13.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.