how to remove LAMP completely

8,341
sudo apt-get remove --purge apache2 php5 mysql-server-5.0 phpmyadmin
sudo apt-get autoclean
sudo apt-get autoremove

Hope this was helpful. if not ping me sudo apt-get remove --purge phpmyadmin

Share:
8,341

Related videos on Youtube

Hyder Esmail
Author by

Hyder Esmail

Updated on September 18, 2022

Comments

  • Hyder Esmail
    Hyder Esmail over 1 year

    I messed up by followed certain guideline to install LAMP for wordpress development and now i'm confused for what I have done.

    So now i want to remove everything and start again.

    Can u guys show me where can I learn to uninstall LAMP in ubuntu 16.04? Lots of tutorial teach to install but less about uninstall

    BTW I'm still new to linux

    • Apologician
      Apologician over 7 years
      How did you install it?