How to Install and Uninstall lua-moonscript.noarch Package on Fedora 39
Last updated: January 11,2025
1. Install "lua-moonscript.noarch" package
Learn how to install lua-moonscript.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
lua-moonscript.noarch
Copied
2. Uninstall "lua-moonscript.noarch" package
This guide covers the steps necessary to uninstall lua-moonscript.noarch on Fedora 39:
$
sudo dnf remove
lua-moonscript.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the lua-moonscript.noarch package on Fedora 39
Last metadata expiration check: 3:41:35 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : lua-moonscript
Version : 0.5.0
Release : 14.fc39
Architecture : noarch
Size : 107 k
Source : lua-moonscript-0.5.0-14.fc39.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.
Available Packages
Name : lua-moonscript
Version : 0.5.0
Release : 14.fc39
Architecture : noarch
Size : 107 k
Source : lua-moonscript-0.5.0-14.fc39.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.