How to remove PHP in ubuntu?

by wilmer.lemke , in category: PHP General , 8 months ago

How to remove PHP in ubuntu?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by larissa , 7 months ago

@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