How to uninstall PHP, Apache and MySQL on ubuntu?
Explanation: To uninstall PHP sudo apt-get remove –purge php*sudo apt-get purge php*sudo apt-get autoremovesudo apt-get autocleansudo apt-get remove dbconfig-phpsudo apt-get dist-upgradeNote: The output of the below command will provide you with information the installed package software, version, architecture and short description about the package. grep command is used to find the PHP packagesudo dpkg –get-selections […]