How to Install and Uninstall lua-event.x86_64 Package on Oracle Linux 8

Last updated: June 29,2024

1. Install "lua-event.x86_64" package

In this section, we are going to explain the necessary steps to install lua-event.x86_64 on Oracle Linux 8

$ 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 Oracle Linux 8:

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

3. Information about the lua-event.x86_64 package on Oracle Linux 8

Last metadata expiration check: 5:40:43 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : lua-event
Version : 0.4.6
Release : 3.el8
Architecture : x86_64
Size : 29 k
Source : lua-event-0.4.6-3.el8.src.rpm
Repository : epel
Summary : This is a binding of libevent to Lua
URL : https://github.com/harningt/luaevent/
License : MIT
Description : This package contains the bindings for libevent, a synchronous 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.