Skip to content

Instantly share code, notes, and snippets.

View MoJeeza's full-sized avatar

Mohsin Jessa MoJeeza

  • MoJeeza Data Mining Inc.
  • Stouffville/Ontario/Canada, Lake Mary/FL/USA
View GitHub Profile
@UbuntuEvangelist
UbuntuEvangelist / Completely Uninstall LAMP Stack Ubuntu 24.04 LTS
Last active February 28, 2026 18:42
Completely Uninstall LAMP Ubuntu
HIRE Me For Your Project Support :)
Telegram: https://t.me/LinuxGun
#!/bin/bash
# Completely Remove Apache Ubuntu
service apache2 stop
apt purge apache2
apt remove apache2.*
apt autoremove
whereis apache2