Remove or uninstall service using yum
by rajesh[ Edit ] 2012-06-14 09:53:45
After installing a service using yum, it can also be removed using yum
command # yum remove <service name>
for example to remove mysql that was installed using yum
#yum remove mysql
Note: this will not remove or install all the dependencies that where installed while installing mysql