How to Install and Uninstall lua-loop.noarch Package on Fedora 38

Last updated: October 08,2024

1. Install "lua-loop.noarch" package

Learn how to install lua-loop.noarch on Fedora 38

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

2. Uninstall "lua-loop.noarch" package

This guide let you learn how to uninstall lua-loop.noarch on Fedora 38:

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

3. Information about the lua-loop.noarch package on Fedora 38

Last metadata expiration check: 1:25:38 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : lua-loop
Version : 2.3
Release : 0.24.beta.fc38
Architecture : noarch
Size : 54 k
Source : lua-loop-2.3-0.24.beta.fc38.src.rpm
Repository : fedora
Summary : Class models for Lua
URL : http://loop.luaforge.net/
License : MIT
Description : LOOP stands for Lua Object-Oriented Programming and is a set of
: packages for supporting different models of object-oriented
: programming in the Lua language.
:
: LOOP models are mainly concerned with dynamicity, although there is an
: attempt to keep them as simple and efficient as
: possible. Additionally, LOOP uses fundamental Lua concepts like tables
: (objects) and meta-tables (classes), traditionally used to enable an
: object-oriented programming style, to provide a common ground for the
: interoperability of objects and classes of its different models.