Stopping and Uninstalling Xampp
by Sanju[ Edit ] 2009-10-27 18:37:03
Stopping XAMPP
To stop XAMPP simply call this command:
/opt/lampp/lampp stop
You should now see:
Stopping LAMPP 1.7.2...
LAMPP: Stopping Apache...
LAMPP: Stopping MySQL...
LAMPP stopped.
And XAMPP for Linux is stopped.
Uninstall XAMPP
To uninstall XAMPP just type in this command:
rm -rf /opt/lampp
The end.