How to completely remove PHP on ubuntu ?

 How to completely remove PHP?

This should completely remove any package with a name that starts with php and anything related to it.

sudo apt-get purge 'php*'

 

source https://askubuntu.com/questions/59886/how-to-completely-remove-php