首页 > 后端开发 > PHP问题 > php怎么卸载

php怎么卸载

爱喝马黛茶的安东尼
发布: 2023-02-23 14:10:01
原创
7420 人浏览过

php怎么卸载

想把PHP卸载干净,直接用yum remove php卸载不干净,可以首先查看安装的rpm包目录,然后按照顺序一个个卸载。

相关推荐:《PHP教程

1、首先查看机器上安装的所有php相关的rpm包。

[root@localhost nginx]# rpm -qa | grep php 
php55-php-pecl-zip-1.15.1-1.el7.remi.x86_64 
php55-php-gd-5.5.38-7.el7.remi.x86_64 
php55-runtime-2.1-5.el7.remi.x86_64 
php55-2.1-5.el7.remi.x86_64 
php55-php-pecl-jsonc-1.3.10-1.el7.remi.x86_64 
php55-php-xml-5.5.38-7.el7.remi.x86_64 
php55-php-5.5.38-7.el7.remi.x86_64 
php55-php-common-5.5.38-7.el7.remi.x86_64 
php55-php-process-5.5.38-7.el7.remi.x86_64 
php55-php-mbstring-5.5.38-7.el7.remi.x86_64 
php55-php-pear-1.10.5-2.el7.remi.noarch 
php55-php-cli-5.5.38-7.el7.remi.x86_64
登录后复制

2、按依赖顺序进行删除。

rpm -e php55-php-pecl-zip-1.15.1-1.el7.remi.x86_64 
rpm -e php55-php-gd-5.5.38-7.el7.remi.x86_64 
rpm -e php55-runtime-2.1-5.el7.remi.x86_64 
rpm -e php55-2.1-5.el7.remi.x86_64 
rpm -e php55-php-pecl-jsonc-1.3.10-1.el7.remi.x86_64 
rpm -e php55-php-xml-5.5.38-7.el7.remi.x86_64 
rpm -e php55-php-5.5.38-7.el7.remi.x86_64 
rpm -e php55-php-common-5.5.38-7.el7.remi.x86_64 
rpm -e php55-php-process-5.5.38-7.el7.remi.x86_64 
rpm -e php55-php-mbstring-5.5.38-7.el7.remi.x86_64 
rpm -e php55-php-pear-1.10.5-2.el7.remi.noarch 
rpm -e php55-php-cli-5.5.38-7.el7.remi.x86_64
登录后复制

以上是php怎么卸载的详细内容。更多信息请关注PHP中文网其他相关文章!

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板