luajit

A just-in-time compiler (JIT) for the Lua programming language. See also: lua. More information: <https://luajit.org/luajit.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y luajit
Ubuntu
RUN apt-get update && \ apt-get install -y luajit
Alpine
RUN apk add luajit
Arch Arch Linux
RUN pacman -S --noconfirm luajit
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y luajit
Fedora
RUN dnf install -y luajit
Raspbian
RUN apt-get update && \ apt-get install -y luajit
click the source code to copy install luajit on any operating system with command-not-found.com