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

Last updated: May 18,2024

1. Install "lua51-luv" package

Here is a brief guide to show you how to install lua51-luv on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install lua51-luv

2. Uninstall "lua51-luv" package

In this section, we are going to explain the necessary steps to uninstall lua51-luv on openSUSE Leap:

$ sudo zypper remove lua51-luv

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

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