In this tutorial i have go to solve below errors in ubuntu using command. when i run below code for restart the server then showing error.
sudo /opt/lampp/lampp restart
Error:-
XAMPP: Starting ProFTPD.../opt/lampp/share/xampp/xampplib: line 22: netstat: command not found
Solution :-
sudo apt install net-tools
Restart server
sudo /opt/lampp restart