Last active
October 27, 2016 18:41
-
-
Save colby/d0e8382b92e41c6f6457ce964c621585 to your computer and use it in GitHub Desktop.
Remove all traces of PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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