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

Last updated: January 12,2025

1. Install "lua-moonscript.noarch" package

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

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

2. Uninstall "lua-moonscript.noarch" package

Please follow the steps below to uninstall lua-moonscript.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:10:58 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : lua-moonscript
Version : 0.5.0
Release : 13.fc38
Architecture : noarch
Size : 107 k
Source : lua-moonscript-0.5.0-13.fc38.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.