ubuntu卸载自带Apache

我在安装xampp的时候发现系统已经自带了Apache,因此影响到了相关功能使用,于是我干脆卸掉系统自带的Apache:
步骤如下
mysql卸载:
sudo aptitude purge mysql-server mysql-server-5.0 
apache2卸载:
1、sudo apt-get remove apache2 
2、sudo apt-get remove apache2.2-common 
3、sudo apt-get autoremove (此命令会自动卸载PHP) 
强制卸载apche:
$ sudo apt-get –purge remove apache-common 
$ sudo apt-get –purge remove apache 
© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情图片

    暂无评论内容