How to Install and Uninstall lua5.1-luv.x86_64 Package on Rocky Linux 8
Last updated: November 13,2024
1. Install "lua5.1-luv.x86_64" package
In this section, we are going to explain the necessary steps to install lua5.1-luv.x86_64 on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
lua5.1-luv.x86_64
Copied
2. Uninstall "lua5.1-luv.x86_64" package
Here is a brief guide to show you how to uninstall lua5.1-luv.x86_64 on Rocky Linux 8:
$
sudo dnf remove
lua5.1-luv.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the lua5.1-luv.x86_64 package on Rocky Linux 8
Last metadata expiration check: 2:25:42 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : lua5.1-luv
Version : 1.42.0.1
Release : 3.el8
Architecture : x86_64
Size : 68 k
Source : lua-luv-1.42.0.1-3.el8.src.rpm
Repository : epel
Summary : Bare libuv bindings for lua 5.1
URL : https://github.com/luvit/luv
License : ASL 2.0
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. Hopefully
: soon we'll have a copy locally tailored for lua.
Available Packages
Name : lua5.1-luv
Version : 1.42.0.1
Release : 3.el8
Architecture : x86_64
Size : 68 k
Source : lua-luv-1.42.0.1-3.el8.src.rpm
Repository : epel
Summary : Bare libuv bindings for lua 5.1
URL : https://github.com/luvit/luv
License : ASL 2.0
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. Hopefully
: soon we'll have a copy locally tailored for lua.