How to Install and Uninstall lua-event.x86_64 Package on Fedora 39

Last updated: November 13,2024

1. Install "lua-event.x86_64" package

Please follow the guidelines below to install lua-event.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install lua-event.x86_64

2. Uninstall "lua-event.x86_64" package

This tutorial shows how to uninstall lua-event.x86_64 on Fedora 39:

$ sudo dnf remove lua-event.x86_64 $ sudo dnf autoremove

3. Information about the lua-event.x86_64 package on Fedora 39

Last metadata expiration check: 5:50:24 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : lua-event
Version : 0.4.6
Release : 11.fc38
Architecture : x86_64
Size : 25 k
Source : lua-event-0.4.6-11.fc38.src.rpm
Repository : fedora
Summary : Bindings of libevent to Lua
URL : https://github.com/harningt/luaevent/
License : MIT
Description : Lua bindings for libevent, an asynchronous event notification library
: that provides a mechanism to execute a callback function when a specific
: event occurs on a file descriptor or after a timeout has been reached.