Web Hosting Talk







View Full Version : Remove Apache, Bind, Sendmail, Postfix, FTP/POP3 in CentOS 5.2


hausjellp
09-21-2008, 03:22 PM
Hello,

I am trying to install InterWorx on CentOS 5.2

When I setup the server I installed server services which installed the above. InterWorx needs these to be removed before I can install it.

Please may someone tell me how to do this? I have tried to also remove Yum (which IW requires) using 'sudo rpm -e yum' but it said Yum is needed by a few files which is claims are installed but when I try and remove them I find they are not installed....

Hope this is the correct section in the forums.

I have tried to post on the CentOS forums but they are having problems with activating accounts :(

hausjellp
09-21-2008, 03:31 PM
I am unable to remove Yum :(

servertechs
09-21-2008, 11:57 PM
You need to remove them by using yum

type

#yum --help

AdminForces
09-22-2008, 07:02 AM
Use "yum remove <packages list names>", like
"yum remove httpd bind ftp". If you need to remove yum, you can remove appropriate RPM package:

# rpm -e yum (--nodeps optionally, if there are any dependency issues)