How do you install lua in Linux using apt-get command?
Here is a tutorial to learn how to install lua using apt-get command.
Step 1: Open terminal with su access and enter the command as shown below:
apt-get install lua -y
Step 2: After completion, the install command exits and instructs the user to restart the running instances of lua if it is running already.
Result of the Command Execution shown below:
root@hiox:~ apt-get install lua -y
Reading package lists...
Building dependency tree...
Reading state information...
Package lua is a virtual package provided by:
lua50 5.0.3 4
lua40 4.0 13
You should explicitly select one to install.
root@hiox:~