How to Install and Uninstall luajit2.1-luv.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "luajit2.1-luv.i686" package

Please follow the instructions below to install luajit2.1-luv.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install luajit2.1-luv.i686

2. Uninstall "luajit2.1-luv.i686" package

Please follow the steps below to uninstall luajit2.1-luv.i686 on Fedora 34:

$ sudo dnf remove luajit2.1-luv.i686 $ sudo dnf autoremove

3. Information about the luajit2.1-luv.i686 package on Fedora 34

Last metadata expiration check: 1:38:51 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : luajit2.1-luv
Version : 1.41.1.0
Release : 2.fc34
Architecture : i686
Size : 77 k
Source : lua-luv-1.41.1.0-2.fc34.src.rpm
Repository : updates
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.