I downloaded the .tar file for VLC media player from its website. The downloaded version supports Ubuntu 18.04. I followed instructions, but I didn't succeed in installing it. After entering ./configure
in the terminal I got this error message:
configure: error: Could not find lua.
Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts.
Use --disable-lua to ignore this error.
sudo apt install vlc
will do. – schrodingerscatcuriosity Jun 19 '19 at 18:03