Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

remove xampp from ubuntu

 // creats an uninstall exec file
 sudo chmod +x /opt/lampp/uninstall
 
 // call the exec file to uninstall ( an user interface it will appear )
 sudo /opt/lampp/uninstall
 
 
PREVIOUS NEXT
Tagged: #remove #xampp #ubuntu
ADD COMMENT
Topic
Name
1+7 =