Skip to content

Instantly share code, notes, and snippets.

View ThinkLikeLinux's full-sized avatar
💭
I may be slow to respond.

Sumaiya Akhter Shafique ThinkLikeLinux

💭
I may be slow to respond.
View GitHub Profile
@ThinkLikeLinux
ThinkLikeLinux / Completely Uninstall LAMP Ubuntu
Last active January 24, 2021 17:01 — forked from UbuntuEvangelist/Completely Uninstall LAMP Ubuntu
Completely Uninstall LAMP Ubuntu 18.04 LTS
#!/bin/bash
# This will remove Apache
sudo service apache2 stop
sudo apt-get purge apache2 apache2-utils apache2.2-bin
sudo apt remove apache2.*
sudo apt-get autoremove
whereis apache2
sudo rm -rf /etc/apache2