How to Install and Uninstall lua-fifo.noarch Package on Fedora 35

Last updated: April 25,2024

1. Install "lua-fifo.noarch" package

This is a short guide on how to install lua-fifo.noarch on Fedora 35

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

2. Uninstall "lua-fifo.noarch" package

Learn how to uninstall lua-fifo.noarch on Fedora 35:

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

3. Information about the lua-fifo.noarch package on Fedora 35

Last metadata expiration check: 2:08:06 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : lua-fifo
Version : 0.2
Release : 6.fc35
Architecture : noarch
Size : 10 k
Source : lua-fifo-0.2-6.fc35.src.rpm
Repository : fedora
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.