How to install Lua on Ubuntu Operating System # Tutorial -1

preview_player
Показать описание
Lua is a lightweight multi-paradigm programming language designed primarily for embedded systems and clients.[2] Lua is cross-platform since it is written in ANSI C,and has a relatively simple C API.
Рекомендации по теме
Комментарии
Автор

Thank you.. It works.
Just DON'T PUT a space between lua and the lua edition like I did.
for example:
sudo apt install lua 5.3 --> this is wrong
sudo apt install lua5.3 --> this is right

mohammedyassin
Автор

I want install now in my letest version of Ubuntu any changes in syntax ..??

jatinsendar
Автор

what about this?

[sudo] password for Pero:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'liblua5.2-0' for regex 'lua5.2'
liblua5.2-0 is already the newest version (5.2.4-1ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

it seems that it is not simple after all...

satmanw