Created
August 11, 2016 14:58
-
-
Save cravecode/4467b4e9d22463da2fc785688ca2a63f to your computer and use it in GitHub Desktop.
Uninstalls all php related packages.
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
#!/bin/bash | |
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