Advanced Java and Web Technologies for JNTUK
Blog providing beginner tutorials on different web technologies like HTML, CSS, Javascript, PHP, MYSQL, XML, Java Beans, Servlets, JSP and AJAX
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.
AJWT » Installation » Installing XAMPP on Ubuntu
Suryateja Pericherla Categories: Installation. No Comments on Installing XAMPP on Ubuntu
0
(0)

This article guides you step by step on Installing XAMPP on Ubuntu.

  1. Change xampp package installer to executable:

sudo chmod +x xampp-linux-5.6.3-0-installer.run

 

  1. Run the installer with the following command:

sudo ./xampp-linux-5.6.3-0-installer.run

 

  1. The window installation wizard will appear:

xampp1

 

  1. Click “Next”. Another window appears:

xampp2

 

  1. Click “Next” again. And you will go to the next window:

xampp3

 

  1. Click “Next” again. Next window will be displayed:

xampp4

 

  1. Uncheck: “Learn more about BitNami for XAMPP” and click “Next”:

xampp5

 

  1. Click Next again. Wait for the installation:

xampp6

 

  1. When finished, this will be the last window:

xampp7

 

  1. When you checked “launch XAMPP” before clicking finish A page will open in your browser,  If the page does not open automatically, go into your browser’s address and type 

http://localhost/xampp

 

  1. To stop the XAMPP service:

sudo /opt/lampp/lampp stop

 

  1. To start the XAMPP service:

sudo /opt/lampp/lampp start

 

  1. If you want XAMPP to start automatically when you restart your system, add a command line in “rc.local” file. Run:

sudo gedit /etc/rc.local

 

Add the following line before “exit 0”:

/opt/lampp/lampp start

 

  1. Save the file and exit.

 

  1. Congratulations! XAMPP has been successfully installed.

 

Download the above instructions in PDF format here

 

For more detailed instructions, visit: http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html

How useful was this post?

Click on a star to rate it!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?


Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests.


Note: Do you have a question on this article or have a suggestion to make this article better? You can ask or suggest us by filling in the below form. After commenting, your comment will be held for moderation and will be published in 24-48 hrs.

Leave a Reply

Your email address will not be published. Required fields are marked *

Facebook
Twitter
Pinterest
Youtube
Instagram