If you need to completely remove all the packages related to PHP, run the following.
sudo apt purge ‘php*’
To autoremove the unused dependencies, run the following.
sudo apt autoremove
If you need to completely remove all the packages related to PHP, run the following.
sudo apt purge ‘php*’
To autoremove the unused dependencies, run the following.
sudo apt autoremove