Answers for "remove all php from ubuntu"

PHP
1

uninstall php ubuntu

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

Code answers related to "remove all php from ubuntu"

Browse Popular Code Answers by Language