Mobile app version of vmapp.org
Login or Join
Ravi8258870

: Removing Memcache and Memcached from a Centos server A while back I started looking into caching, (I think) I mistakenly installed both Memcache and Memcached. If I cd / then I have both: memcache/memcache-3.0.6

@Ravi8258870

Posted in: #Administration #Memcached #Server #WebHosting

A while back I started looking into caching, (I think) I mistakenly installed both Memcache and Memcached.

If I cd / then I have both:

memcache/memcache-3.0.6
memcached/memcached-1.4.10




How should I go about removing these completely from the server?

I'm using Centos if that helps?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Ravi8258870

1 Comments

Sorted by latest first Latest Oldest Best

 

@Jamie184

How did you install it? If you installed it using yum then you should be able to remove it the same way.

First list the memcache packages installed:

yum list memcache*

Then remove the packages (probably two of them):

yum remove [package name from list]

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme