Answers for "fully unsintall php ubuntu"

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
0

ubuntu php uninstall

sudo apt-get purge php7.* && sudo apt-get autoclean && sudo apt-get autoremove
Posted by: Guest on September-16-2021

Code answers related to "fully unsintall php ubuntu"

Browse Popular Code Answers by Language