ubuntu uninstall php code example
Example 1: uninstall php ubuntu 18.04
$ sudo apt-get purge php7.*
$ sudo apt-get autoclean
$ sudo apt-get autoremove
Example 2: how to uninstall php
sudo apt-get remove –purge php* sudo apt-get purge php*
$ sudo apt-get purge php7.*
$ sudo apt-get autoclean
$ sudo apt-get autoremove
sudo apt-get remove –purge php* sudo apt-get purge php*