T
T
Toopie2018-05-26 23:30:41
Debian
Toopie, 2018-05-26 23:30:41

An error occurs when installing Lua on Debian. How to fix?

Hello, I decided to start learning Lua for the back-end, they say it will be faster than PHP and Python. For my modest projects, this is just what I need.
So, I went to the official website - www.lua.org/start.html
I entered everything into the console as it should:

curl -R -O http://www.lua.org/ftp/lua-5.3.4.tar.gz
tar zxf lua-5.3.4.tar.gz
cd lua-5.3.4
make linux test

And, sorry, it is not installed!
Here is a screenshot with errors - https://prnt.sc/jmzx9x
Errors occur after make linux test...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AVKor, 2018-05-26
@AVKor

apt install lua5.3
and clean up the mess you made earlier.

L
Lynn "Coffee Man", 2018-05-26
@Lynn

You don't need to install anything from source in Debian. In any case, such popular things are in packages.
In Ubuntu, for example, I have the lua5.3 package
https://packages.debian.org/search?suite=default&s...
So let the correct one be: sudo apt-get install lua5.3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question