I am trying to uninstall php and all of its modules from a RHEL7 server completely and do a clean install later.
Things I have tried till now
using yum - sudo yum remove 'php*'.
After the above command i can still see that php is not uninstalled. Please help.