- Check the existence of LAMP system:
rpm -qa | grep -i mysql
rpm -qa | grep -i apache
rpm -qa | grep -i httpd
rpm -qa | grep -i php - If you get list then remove via rpm
rpm -e "file name"
- or with "yum -y uninstall"
yum remove "file name"
Saturday, April 4, 2009
How to uninstall LAMP?
Sometimes, we need to uninstall current Apache Mysql PHP collections and re install them. In this article I will show how to remove a LAMP system(for RHEL,Fedora, CENTOS):
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment