how to reinstall xampp?

0

I do not know how to fix an error that the xampp throws at me, so I thought that it would be best to reinstall it, so I would like to know how to "crush" the one I already have. This is the route where my php pages are: OPT / LAMPP / HTDOCS / MY PAGES ... could I delete the LAMPP folder and with that the server would be unsecured? (and would proceed to install as the first time). Or if there is another way to install on top of my current xampp please give me the commands. Help me from the day before yesterday that I do not solve it and I can not follow my practices. Thank you. Ah, I'm using ubuntu mate, so I ask for help with the commands.

    
asked by ray 01.11.2017 в 18:30
source

1 answer

0

It may be easier to correct the error (and learn to correct it if it happens again) ....

But if you want to delete it and / or reinstall it I think you can do the following:

  • I guess you would download an "installer" that is the one you executed ( as root ) something like: ./xampp-linux-x64-xxx.y.z-0-installer.run

In the folder where you installed all the Xampp (I guess it would leave the default one) as root do the following:

cd /opt/lampp
./uninstall

And you can again proceed to reinstall !!

    
answered by 01.11.2017 в 20:48