yum卸载lamp环境
由于目前使用的是lamp环境,目前为实验需要想把apache更换为litespeed web服务器。因为之前是通过yum安装的。
通过
rpm -qa|grep http
rpm -qa|grep php
rpm -qa|grep mysql
查看目前安装的包后,通过
yum remove mysql-*<br />
yum remove php-*
yum remove httpd
卸载安装的包。
捐赠本站(Donate)
如您感觉文章有用,可扫码捐赠本站!(If the article useful, you can scan the QR code to donate))
- Author: shisekong
- Link: https://blog.361way.com/lampremove/822.html
- License: This work is under a 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work.