|
|
请问如何在red hat9中删除系统自带的apache啊?
因为我要安装一个更新的版本.
我尝试过步骤有:
[root@dan sbin]# rpm -qa | grep apache
[root@dan sbin]# rpm -qa | grep httpd
redhat-config-httpd-1.0.1-18
httpd-2.0.40-21
httpd-manual-2.0.40-21
[root@dan sbin]# rpm -e httpd
error: Failed dependencies:
httpd-mmn = 20020628 is needed by (installed) mod_perl-1.99_07-5
httpd-mmn = 20020628 is needed by (installed) mod_python-3.0.1-3
httpd-mmn = 20020628 is needed by (installed) mod_ssl-2.0.40-21
httpd-mmn = 20020628 is needed by (installed) php-4.2.2-17
libapr.so.0 is needed by (installed) mod_perl-1.99_07-5
libaprutil.so.0 is needed by (installed) mod_perl-1.99_07-5
webserver is needed by (installed) webalizer-2.01_10-11
httpd >= 2.0.40 is needed by (installed) mod_perl-1.99_07-5
httpd >= 2.0.40 is needed by (installed) mod_python-3.0.1-3
httpd is needed by (installed) mod_ssl-2.0.40-21
httpd is needed by (installed) redhat-config-httpd-1.0.1-18
[root@dan sbin]# |
|