Install Latest Xampp 7.0.2 on Linux Ubuntu Derivative System


Xampp 7.0.2 Support PHP 7, now you can install on Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 wily werewolf, Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS)

XAMPP is an open source software that provides users with an out-of-the-box server experience. It is a complex, yet very easy-to-use AMPP (Apache, MySQL, PHP and Perl) distribution that’s compatible with the Linux, Microsoft Windows and Mac OS X operating systems.

The best tool for those who want to install a fully functional web development environment

Installing an Apache web server and deploying a fully functional MySQL database is not quite an easy task these days, at least not for novice users who have no idea what a server or database is. Installing PHP and Perl programming languages, as well as any other web-based tool like phpMyAdmin is out of the question.

That's way applications like XAMPP exist, to make all the above tasks a breeze for inexperienced users. Above all this, XAMPP is completely free! It is backed by a talented community and Apache Friends, a non-profit project that tries to promote the Apache web server.


How to Install Latest Xampp 7.0.2 on Linux Ubuntu Derivative System

To Install/Update Xampp 7.0.2 on Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 wily werewolf, Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:  

For Ubuntu 32 bit :
wget https://www.apachefriends.org/xampp-files/7.0.2/xampp-linux-7.0.2-1-installer.run
sudo chmod +x xampp-linux-7.0.2-1-installer.run
sudo ./xampp-linux-7.0.2-1-installer.run


For Ubuntu 64 bit :
wget https://www.apachefriends.org/xampp-files/7.0.2/xampp-linux-x64-7.0.2-1-installer.run
sudo chmod +x xampp-linux-x64-7.0.2-1-installer.run
sudo ./xampp-linux-x64-7.0.2-1-installer.run


Klick Next :

Klick Next :




Finish and Launch Xampp :

after install, open your browser and follow this link : http://localhost/dashboard/

The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.