Problem installing xampp

Here is how I did it.

Download XAMPP from here. Choose you correct version, 32bit or 64bit.

Once downloaded, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, navigate to where the file was downloaded, probably the Downloads folder, by typing cd Downloads and then run the command(s) below:

sudo chmod +x xampp-linux*installer.run
sudo ./xampp-linux*installer.run

And that should start the installer.