Member
wilmer.lemke
How to remove PHP in ubuntu?
larissa
@wilmer.lemke just run the following commands in the terminal to remove PHP in Linux Ubuntu:
1 2 3
sudo apt-get purge php7.* sudo apt-get autoclean sudo apt-get autoremove