How to Install and Uninstall lua-event.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "lua-event.x86_64" package

Here is a brief guide to show you how to install lua-event.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "lua-event.x86_64" package

In this section, we are going to explain the necessary steps to uninstall lua-event.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the lua-event.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:02:36 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : lua-event
Version : 0.4.6
Release : 8.el9
Architecture : x86_64
Size : 25 k
Source : lua-event-0.4.6-8.el9.src.rpm
Repository : epel
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.