How to install XAMPP server in Linux Ubuntu 18.04, 19.04 and fix netstat error

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.


You May Also Like

Leave a Reply

Your email address will not be published. Required fields are marked *