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

Last updated: October 07,2024

1. Install "lua-moonscript.noarch" package

This guide covers the steps necessary to install lua-moonscript.noarch on Fedora 34

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

2. Uninstall "lua-moonscript.noarch" package

This tutorial shows how to uninstall lua-moonscript.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:07:03 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : lua-moonscript
Version : 0.5.0
Release : 9.fc34
Architecture : noarch
Size : 95 k
Source : lua-moonscript-0.5.0-9.fc34.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.