Lua: Difference between revisions

From 太極
Jump to navigation Jump to search
(Created page with "= Source = * https://www.lua.org/ * https://en.wikipedia.org/wiki/Lua_(programming_language) = Install on Ubuntu = [https://www.tecmint.com/install-lua-in-centos-ubuntu-linux...")
 
(No difference)

Latest revision as of 07:42, 14 April 2020

Source

Install on Ubuntu

How to Install Lua Scripting Language in Linux

On Ubuntu 18.04,

apt-cache pkgnames | grep ^lua5 # Confirm lua5.3 is the latest

sudo apt install lua5.3