How to Install and Uninstall lua5.1-fifo.noarch Package on Fedora 36

Last updated: July 03,2024

1. Install "lua5.1-fifo.noarch" package

Please follow the steps below to install lua5.1-fifo.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install lua5.1-fifo.noarch

2. Uninstall "lua5.1-fifo.noarch" package

Please follow the steps below to uninstall lua5.1-fifo.noarch on Fedora 36:

$ sudo dnf remove lua5.1-fifo.noarch $ sudo dnf autoremove

3. Information about the lua5.1-fifo.noarch package on Fedora 36

Last metadata expiration check: 0:18:19 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : lua5.1-fifo
Version : 0.2
Release : 7.fc36
Architecture : noarch
Size : 10 k
Source : lua-fifo-0.2-7.fc36.src.rpm
Repository : fedora
Summary : FIFO library for Lua 5.1
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.