Answers for "how to uninstall php in ubuntu 18.04 using terminal"

PHP
7

uninstall php ubuntu 18.04

$ sudo apt-get purge php7.*
$ sudo apt-get autoclean
$ sudo apt-get autoremove
Posted by: Guest on August-04-2020

Code answers related to "how to uninstall php in ubuntu 18.04 using terminal"

Browse Popular Code Answers by Language