How to Install and Uninstall lua-moonscript.noarch Package on Fedora 36

Last updated: October 02,2024

1. Install "lua-moonscript.noarch" package

In this section, we are going to explain the necessary steps to install lua-moonscript.noarch on Fedora 36

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

2. Uninstall "lua-moonscript.noarch" package

Please follow the guidance below to uninstall lua-moonscript.noarch on Fedora 36:

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

3. Information about the lua-moonscript.noarch package on Fedora 36

Last metadata expiration check: 3:55:42 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : lua-moonscript
Version : 0.5.0
Release : 11.fc36
Architecture : noarch
Size : 94 k
Source : lua-moonscript-0.5.0-11.fc36.src.rpm
Repository : fedora
Summary : A little language that compiles to Lua
URL : http://moonscript.org/
License : MIT
Description : MoonScript is a dynamic scripting language that compiles into Lua. It
: gives you the power of Lua combined with a rich set of features.
:
: MoonScript can either be compiled into Lua and run at a later time, or
: it can be dynamically compiled and run using the moonloader. It’s as
: simple as require "moonscript" in order to have Lua understand how to
: load and run any MoonScript file.
:
: Because it compiles right into Lua code, it is completely compatible
: with alternative Lua implementations like LuaJIT, and it is also
: compatible with all existing Lua code and libraries.
:
: The command line tools also let you run MoonScript directly from the
: command line, like any first-class scripting language.