Answer the question
In order to leave comments, you need to log in
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
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question