Skip to content

Instantly share code, notes, and snippets.

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