In this video, You will learn how to easily install XAMPP server in Ubuntu a popular Linux distribution and fix the netstat error.
Useful commands
Make the installer executable with this command
sudo chmod 755 xampp-linux-x64-7.1.29-0-installer.run
Run the installer to begin installation process
sudo ./xampp-linux-x64-7.1.29-0-installer.run
Other commands
sudo /opt/lampp/xampp start
sudo /opt/lampp/xampp stop
sudo /opt/lampp/xampp restart
Download XAMPP server here http://www.apachefriends.org/index.html
How to fix the netstart error in XAMPP Linux
Open terminal and type this command.
sudo apt install net-tools
That’s all.