$ luarocks help LuaRocks 2.0.11, a module deployment system for Lua NAME luarocks - LuaRocks main command-line interface SYNOPSIS luarocks [--from= | --only-from=] [--to=] [VAR=VALUE]... [] GENERAL OPTIONS These apply to all commands, as appropriate: --server= Fetch rocks/rockspecs from this server (takes priority over config file) --only-server= Fetch rocks/rockspecs from this server only (overrides any entries in the config file) --only-sources= Restrict downloads to paths matching the given URL. --tree= Which tree to operate on. --local Use the tree in the user's home directory. VARIABLES Variables from the "variables" table of the configuration file can be overriden with VAR=VALUE assignments. COMMANDS build Build/compile a rock. download Download a specific rock file from a rocks server. help Help on commands. Type 'luarocks help ' for more. install Install a rock. lint Check syntax of a rockspec. list Lists currently installed rocks. make Compile package in current directory using a rockspec. new_version Auto-write a rockspec for a new version of a rock. pack Create a rock, packing sources or binaries. path Return the currently configured package path. remove Uninstall a rock. search Query the LuaRocks servers. show Shows information about an installed rock. unpack Unpack the contents of a rock. CONFIGURATION System configuration file: /etc/luarocks/config.lua (ok) User configuration file: /home/gv//.luarocks/config.lua (not found) LuaRocks 2.0.11, a module deployment system for Lua $ luarocks help install NAME luarocks install - Install a rock. SYNOPSIS luarocks install {| []} DESCRIPTION Argument may be the name of a rock to be fetched from a repository or a filename of a locally available rock. SEE ALSO 'luarocks help' for general options and configuration.