• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install XAMPP 5.6.30 on Ubuntu 17.04

1551

How to install XAMPP 5.6.30 on Ubuntu 17.04

XAMPP is a free and open source cross platform web server solution stack which contains PHP, Apache web server, MySQL database, and Perl. It is simple and lightweight Apache distribution that makes it extremely easy for developers to create a local web server for testing and deployment purposes. This tutorial explains the installation procedure of XAMPP on Ubuntu 17.04.

Features

  • Regularly updated to the latest versions of Apache, MariaDB, PHP and Perl.
  • Supports other modules like OpenSSL, phpMyAdmin, MediaWiki, Joomla, WordPress etc.,
  • Tests the website designers and programmers work without Internet.
  • Allows creation and manipulation of databases in MariaDB and SQLite.

Installation procedure

To start the installation process, download the XAMPP package by executing the below wget command.

root@linuxhelp1:/home/user1# wget https://www.apachefriends.org/xampp-files/5.6.30/xampp-linux-x64-5.6.30-0-installer.run
--2017-05-25 06:27:19--  https://www.apachefriends.org/xampp-files/5.6.30/xampp-linux-x64-5.6.30-0-installer.run
Resolving www.apachefriends.org (www.apachefriends.org)... 107.22.247.161
Connecting to www.apachefriends.org (www.apachefriends.org)|107.22.247.161|:443... connected.
.
.
.
Saving to: ‘ xampp-linux-x64-5.6.30-0-installer.run’ 
xampp-linux-x64-5.6.30- 100%[===============================> ] 129.99M   787KB/s    in 3m 5s  
2017-05-25 06:30:27 (718 KB/s) - ‘ xampp-linux-x64-5.6.30-0-installer.run’  saved [136305173/136305173]

The package is downloaded in the target system. Give the execution permission for downloaded xampp file by running the following command.

root@linuxhelp1:/home/user1# chmod +x xampp-linux-x64-5.6.30-0-installer.run

The permission has been granted to the downloaded package. Now start and execute XAMPP installation process by executing the following command.

root@linuxhelp1:/home/user1# ./xampp-linux-x64-5.6.30-0-installer.run

The installation setup is started. Click Next button to go for next window.

installation setup

The user can select the XAMPP developer files in the list of components and click Next to move to next window in setup wizard.

components

The default installation directory of xampp will be shown to the user and click next.

installation directory

The Bitnami for XAMPP is shown. The Bitnami provides free installers or packages that can install drupal, joomla and wordpress along with XAMPP.

bitnami

The installation process is started. This may take some time and the user needs to wait until the installation is completed.

installation process

Click Finish button to end the installation setup.

completed setup

The XAMPP is installed successfully in the target system.

xampp installed

To check the active servers in the running XAMPP service, go to the manage server tab in the XAMPP work area.

active server

To check the servers log of the running server, click the Application log tab in the work area of XAMPP.

server log

The XAMPP can be accessed from browser by entering the target system' s IP address.

xampp

Wasn' t that an easy installation process? XAMPP requires only one zip, tar, 7z or exe files to be downloaded on run on any target system.

Tags:
dennaia
Author: 

Comments ( 3 )

chefoovn
Visual installer does not start for me. It all happens in console...
lynspyre
Hi, What about creating a startup entry fro XAMPP in Ubuntu 17.04. Thanks in advance.,
srikanthganta
please do same video for nodejs install on ubuntu 17
Add a comment

Frequently asked questions ( 5 )

Q

What is the puropse of using the XAMPP stack?

A

XAMPP is a free stack which contains PHP, Apache web server, MySQL database, and Perl. This framework installs Apache environment for developers easily.

Q

How Can I make download the XAMPP package using the "curl" command instead of wget?

A

Yes, you can download XAMPP package by using the "curl" command.

Q

Is XAMPP production ready?

A

XAMPP is not meant for production use but only for development environments. XAMPP is configured to be open as possible to allow the developer anything he/she wants. For development environments, this is great but in a production environment, it could be fatal.

Q

Does XAMPP include MySQL or MariaDB?

A

Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. The commands and tools are the same for both.

Q

How do I start XAMPP?

A

To start XAMPP simply call this command:



#sudo /opt/lampp/lampp start

Related Tutorials in How to install XAMPP 5.6.30 on Ubuntu 17.04

Related Tutorials in How to install XAMPP 5.6.30 on Ubuntu 17.04

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 2018
How to install and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018
How to install Timeshift 18.4 on Ubuntu 18.04
How to install Timeshift 18.4 on Ubuntu 18.04
Jul 6, 2018

Related Forums in How to install XAMPP 5.6.30 on Ubuntu 17.04

Related Forums in How to install XAMPP 5.6.30 on Ubuntu 17.04

Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Ubuntu
mason class=
"E: Package 'php-mcrypt' has no installation candidate" error on Ubuntu 20.4.1
Mar 15, 2021
NFS
luke class=
clnt_create: RPC: Program not registered
Apr 25, 2017
Apache
isaac class=
How to disable apache welcome page on Ubuntu
Dec 15, 2018

Related News in How to install XAMPP 5.6.30 on Ubuntu 17.04

Related News in How to install XAMPP 5.6.30 on Ubuntu 17.04

How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Sep 2, 2017
Ubuntu Unity is no more: One Linux dream has been axed
Ubuntu Unity is no more: One Linux dream has been axed
Apr 7, 2017
What’s next for Ubuntu Linux Desktop?
What’s next for Ubuntu Linux Desktop?
Apr 11, 2017
Say Hi to Ubuntu's new mascot
Say Hi to Ubuntu's new mascot
Mar 22, 2019
KDE Connect App was removed from Google Play Store and brought back in 24 hours
KDE Connect App was removed from Google Play Store and brought back in 24 hours
Mar 22, 2019
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Gibbson ?
How do i run both nginx and apache in same instance on centos

Hi...,

my server is based centos operating system and my webserver is already running on Apache.... i need to run both apache and nginx on same instance ... please help me to implement this concept...

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.