yum remove doesn't remove things completely ?

Posted by Shrinath on Server Fault See other posts from Server Fault or by Shrinath
Published on 2010-12-30T12:59:54Z Indexed on 2010/12/30 13:55 UTC
Read the original article Hit count: 496

Filed under:
|
|
|

I am trying to remove apache completely from my server,which is a ec2 instance, running Amazonian linux v2.6xx.

Lets assume I have a file in /etc/httpd/conf/xyz.txt

I am using the following code :

yum remove httpd

when I try to cd /etc/httpd I get "there is no such directory" error.

Next, if I install httpd again, using this : yum install httpd, and then if I look in /etc/httpd/conf/ I still have that file as it is.. untouched..

How is this possible ?

How do I "Clean" this ?

© Server Fault or respective owner

Related posts about linux

Related posts about apache