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

Last updated: October 06,2024

1. Install "lua-fifo.noarch" package

Please follow the instructions below to install lua-fifo.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install lua-fifo.noarch

2. Uninstall "lua-fifo.noarch" package

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

$ sudo dnf remove lua-fifo.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:04:35 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : lua-fifo
Version : 0.2
Release : 8.el9
Architecture : noarch
Size : 8.9 k
Source : lua-fifo-0.2-8.el9.src.rpm
Repository : epel
Summary : FIFO library for Lua
URL : https://github.com/daurnimator/fifo.lua
License : MIT
Description : A lua library/'class' that implements a FIFO. Objects in the fifo
: can be of any type, including nil.