centos7 彻底卸载PHP7

[root@xxx php-memcached]# rpm -qa | grep php
php70w-common-7.0.33-1.w7.x86_64
php70w-devel-7.0.33-1.w7.x86_64
php70w-7.0.33-1.w7.x86_64
php70w-cli-7.0.33-1.w7.x86_64

一个一个卸载

rpm -e php70w-7.0.33-1.w7.x86_64
rpm -e php70w-devel-7.0.33-1.w7.x86_64
rpm -e php70w-cli-7.0.33-1.w7.x86_64
rpm -e php70w-common-7.0.33-1.w7.x86_64

原文地址:https://www.cnblogs.com/sea-stream/p/10370784.html