How to Install and Uninstall luarocks.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 30,2024
1. Install "luarocks.noarch" package
This guide let you learn how to install luarocks.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
luarocks.noarch
Copied
2. Uninstall "luarocks.noarch" package
This is a short guide on how to uninstall luarocks.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
luarocks.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the luarocks.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 1:07:32 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : luarocks
Version : 3.9.2
Release : 1.el9
Architecture : noarch
Size : 151 k
Source : luarocks-3.9.2-1.el9.src.rpm
Repository : epel
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.
Available Packages
Name : luarocks
Version : 3.9.2
Release : 1.el9
Architecture : noarch
Size : 151 k
Source : luarocks-3.9.2-1.el9.src.rpm
Repository : epel
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.