Skip to content

Instantly share code, notes, and snippets.

@colby
Last active October 27, 2016 18:41
Show Gist options
  • Save colby/d0e8382b92e41c6f6457ce964c621585 to your computer and use it in GitHub Desktop.
Save colby/d0e8382b92e41c6f6457ce964c621585 to your computer and use it in GitHub Desktop.
Remove all traces of PHP
sudo aptitude purge $(dpkg -l | grep php | awk '{print $2}' | tr "\n" " ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment