Skip to content

Instantly share code, notes, and snippets.

@mishudark
Created December 19, 2010 19:36
Show Gist options
  • Select an option

  • Save mishudark/747630 to your computer and use it in GitHub Desktop.

Select an option

Save mishudark/747630 to your computer and use it in GitHub Desktop.
php_installed=`dpkg -l | grep php| awk '{print $2}' |tr "\n" " "`
echo $php_installed
sudo apt-get purge $php_installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment