lua5.1

Simple, extensible, embeddable programming language

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