How to remove any php version installed on your system | Ubuntu | Linux Mint

Open your terminal type or copy/paste the following command

sudo apt-get purge 'php*'

After runing this command it will remove any packages that starts with php.

Post a Comment

Previous Post Next Post