Steps to Install XAMPP on your Ubuntu

 1. download the XAMPP from

https://www.apachefriends.org/index.html

2.

$ cd /home/[username]/Downloads
3. $ chmod 755 xampp-linux-x64-7.2.10-0-installer.run
4. $ ls -l xampp-linux-x64-7.2.10-0-installer.run  (it is important to verify if the package can be executed by the current user)
 5. sudo ./xampp-linux-7.2.10-0-installer.run
6.$ sudo /opt/lampp/lampp start ( To Launch)
If it gives message netstat not found then install 
$ sudo apt install net-tools
 
 
 

Comments

Popular posts from this blog

Making Livewire Run on SHared Hosting