我想卸载CentOS 7.2的Apache,步骤如下:
1、# systemctl停止httpd.service //实际上,httpd没有运行。
2、# rpm -qa|grep httpd //没有任何内容,因此,请使用:
# yum列表\grep//内容如下:
darkhttpd.x86_64 1.11-1.el7 epel
httpd.x86_64 2.4.6-40.el7.centos base
httpd-devel.x86_64 2.4.6-40.el7.centos base
httpd-itk.x86_64 2.4.7.01-5.el7 epel
httpd-manual.noarch 2.4.6-40.el7.centos base
httpd-tools.x86_64 2.4.6-40.el7.centos base
libmicrohttpd.i686 0.9.33-2.el7 base
libmicrohttpd.x86_64 0.9.33-2.el7 base
libmicrohttpd-devel.i686 0.9.33-2.el7 base
libmicrohttpd-devel.x86_64 0.9.33-2.el7 base
libmicrohttpd-doc.noarch 0.9.33-2.el7 base
lighttpd.x86_64 1.4.39-1.el7 epel
lighttpd-fastcgi.x86_64 1.4.39-1.el7 epel
lighttpd-mod_geoip.x86_64 1.4.39-1.el7 epel
lighttpd-mod_mysql_vhost.x86_64 1.4.39-1.el7 epel
opensips-httpd.x86_64 1.10.5-3.el7 epel
owncloud-httpd.noarch 8.0.10-1.el7 epel
python-sphinxcontrib-httpdomain.noarch 1.4.0-1.el7 epel
radicale-httpd.noarch 1.1.1-1.el7 epel
viewvc-httpd-fcgi.noarch 1.1.24-1.el7 epel
viewvc-httpd-wsgi.noarch 1.1.24-1.el7 epel
web-assets-httpd.noarch 5-1.el7 epel 3、# yum擦除httpd.x86_64
Loaded plugins: langpacks
No Match for argument: httpd.x86_64
No Packages marked for removal加:
# yum信息httpd
Loaded plugins: langpacks
Available Packages
Name : httpd
Arch : x86_64
Version : 2.4.6
Release : 40.el7.centos
Size : 2.7 M
Repo : base/7/x86_64
Summary : Apache HTTP Server
URL : http://httpd.apache.org/
License : ASL 2.0
Description : The Apache HTTP Server is a powerful, efficient, and
: extensible web server.这是什么意思?
发布于 2016-03-14 14:51:19
你真的有apache吗?:)
尝试:
yum info httpd并检查apache是否已经安装:)
rpm -qa \ grep应该找到包
https://stackoverflow.com/questions/35987799
复制相似问题