In this tutorial I will tell you how to install xampp 1.8.2 in ubuntu
Installing xampp 1.8.2.0
Step 1: Download the Latest version of xampp 1.8.2 from the apache friends or sourceforge
Step 2: Install xampp by browse to the directory and change the user as root
we need to change permissons to the installation file
#chmod 755 xampp-linux-1.8.2.0-installer.run
run the installer file
#./xampp-linux-1.8.2.0-installer.run
It will directly extract all the packages to the /opt/lampp directory
Step 3: Start service
# /opt/lampp/lampp start
Step 4: check it is working or not
#http://localhost
#http://localhost/phpmyadmin
Uninstalling Xampp 1.8.2.0
To uninstall xampp 1.8.2 just run the following command in terminal
******Note: "DON'T FORGET TO TAKE ALL FILES IN HTDOCS ***********
#rm -rf /opt/lampp/
Thats it xampp uninstalled successfully
Installing xampp 1.8.2.0
Step 1: Download the Latest version of xampp 1.8.2 from the apache friends or sourceforge
Step 2: Install xampp by browse to the directory and change the user as root
we need to change permissons to the installation file
#chmod 755 xampp-linux-1.8.2.0-installer.run
run the installer file
#./xampp-linux-1.8.2.0-installer.run
Step 3: Start service
# /opt/lampp/lampp start
Step 4: check it is working or not
#http://localhost
#http://localhost/phpmyadmin
Uninstalling Xampp 1.8.2.0
To uninstall xampp 1.8.2 just run the following command in terminal
******Note: "DON'T FORGET TO TAKE ALL FILES IN HTDOCS ***********
#rm -rf /opt/lampp/
Thats it xampp uninstalled successfully
No comments:
Post a Comment