当前位置: 首页 > 2015年4月2日发布的所有文章
  • Centos卸载默认自带的apache服务器

    1、# rpm -qa|grep httpd 查看与httpd相关软件包。 httpd-2.2.3-11.el5_2.centos.4 2、然后删除httpd: # rpm -e httpd 出现问题: error: Failed dependencies: httpd >= 2.2.0 is needed by (installed) gnome-user-share-0.10-6.el5.i386 3、还有一个相关的软件包没有删除,清除之,即: # rpm -e gnome-user-sha ...

    lingdu2015-04-02 16:29运维TipsCentos卸载默认自带的apache服务器已关闭评论