Install XAMPP on Ubuntu

You are looking to install XAMPP on Ubuntu (Linux) to either web or php. This article will guide you to do that and it's good that it integrates Apache, PHP, MySQL, FTP Server, Mail Server and phpMyAdmin,…

1. Download Xampp

You download the latest version of XAMPP here
You select the version appropriate for your computer. For example, his ubuntu 32 bit, so I chose XAMPP version 5.6.3 32 bit.

download xampp for linux

2. Install XAMPP

After download, you open up the terminal and move to the directory containing it (usually at Download) using the following command:

install xampp by terminal

cd Downloads/
ls
chmod +x xampp-linux-5.6.3-0-installer.run
sudo ./xampp-linux-5.6.3-0-installer.run

In that order
ls to list the files in the folder and forder currently Download
chmod x run the file permissions
sudo ./xampp… performed with administrator privileges to run files, after executing this command you enter the password.

Now we begin to install XAMPP in interface

xampp

xampp1

xampp2

xampp3

xampp4

xampp5

Once done, you restart xampp

sudo /opt/lampp/lampp restart

Now open up your browser to localhost: http://localhost

xampp6

Choose one language is English to the main interface:

xampp7

Click phpMyAdmin

xampp8

Later, to start XAMPP you execute the following command:

sudo /opt/lampp/lampp start

Posts made in series PHP programming guide

Read more:
Installing wordpress on localhost in ubuntu
Fix Mysql # 2002 – No such file or directory
Fix 403 Forbidden on xampp