Skip to content

Instantly share code, notes, and snippets.

@ddneat
Created April 16, 2014 16:09
Show Gist options
  • Save ddneat/10900220 to your computer and use it in GitHub Desktop.
Save ddneat/10900220 to your computer and use it in GitHub Desktop.
uninstall apache2
sudo aptitude remove --purge $(dpkg -l apache* | grep ii | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment