Install Luarocks On A Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian And MacOS
Install luarocks
-
Debian
apt-get install luarocksClick to copy -
Ubuntu
apt-get install luarocksClick to copy -
Alpine OS
apk add luarocksClick to copy -
Arch Linux
pacman -S luarocksClick to copy -
Kali Linux
apt-get install luarocksClick to copy -
Fedora
dnf install luarocksClick to copy -
Raspbian
apt-get install luarocksClick to copy -
macOS
brew install luarocksClick to copy
luarocks
deployment and management system for Lua modulesThis package contains LuaRocks, a tool for managing rocks. A Lua rock is a bundle containing a module and some metadata like compilation instructions and copyright. The command line utility luarocks can download, build, install and remove rocks, properly handling dependencies among them and allowing multiple versions of the same rock to coexist. The tool installs system-wide rocks in /usr/local when run by the superuser, but a regular user can easily tune it to install rocks in his home directory. This package also provides the luarocks-admin tool, needed to create a rocks repository, and the documentation for luarocks, describing the command line tools as well as the library to manipulate rocks.




