How to Install and Uninstall luarocks.noarch Package on Fedora 39

Last updated: November 26,2024

1. Install "luarocks.noarch" package

Learn how to install luarocks.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install luarocks.noarch

2. Uninstall "luarocks.noarch" package

Please follow the guidelines below to uninstall luarocks.noarch on Fedora 39:

$ sudo dnf remove luarocks.noarch $ sudo dnf autoremove

3. Information about the luarocks.noarch package on Fedora 39

Last metadata expiration check: 3:25:27 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : luarocks
Version : 3.9.2
Release : 2.fc39
Architecture : noarch
Size : 168 k
Source : luarocks-3.9.2-2.fc39.src.rpm
Repository : fedora
Summary : A deployment and management system for Lua modules
URL : http://luarocks.org
License : MIT
Description : LuaRocks allows you to install Lua modules as self-contained packages
: called "rocks", which also contain version dependency
: information. This information is used both during installation, so
: that when one rock is requested all rocks it depends on are installed
: as well, and at run time, so that when a module is required, the
: correct version is loaded. LuaRocks supports both local and remote
: repositories, and multiple local rocks trees.