HOW CAN WE HELP YOU TODAY?

1
Knowledgebase: VPS Hosting
Uninstalling LAMP with CentOS using SSH
Posted by on 30 June 2014 02:10 PM

If at any point in time you wish to uninstall the LAMP stack installed on your VPS server, here’s what you need to do:

  1. Login to VPS via SSH as 'root' user. (Click here know how)

  2. Execute the command:

rm -rf Uninstall-lamp.sh && wget https://support.bigrock.com/kbimages/scripts/Uninstall-lamp.sh && sed -i 's/\r//g' Uninstall-lamp.sh && bash Uninstall-lamp.sh

That’s it. You’re done!

 

(2 vote(s))
This article was helpful
This article was not helpful