Solve the built-in Apache problem of CentOS uninstallation
Source: Internet
Author: User
1. [root @ localhostetc] # rpm-qa | grephttpd. check the software packages related to httpd. Httpd-2.2.3-11.el5_2.centos.42, then delete httpd: [root @ localhostetc] # rpm-ehttpd problem: error: Faileddependencies :... 1. [root @ localhost etc] # rpm-qa | grep httpd. check the software packages related to httpd. Httpd-2.2.3-11.el5_2.centos.4 2, then delete httpd: [root @ localhost etc] # rpm-e httpd problem: error: Failed dependencies: httpd> = 2.2.0 is needed by (installed) gnome-user-share-0.10-6.el5.i386 3, there is a related software package not deleted, clear it, that is: [root @ localhost etc] # rpm-e gnome-user-share 4. delete httpd [root @ localhost etc] # rpm-e httpd # The parameter-nodeps can be used. regardless of the dependency between packages. [Root @ localhost etc] # rpm-e-nodeps httpd // You do not need to delete gnome-user-share.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service