How to uninstall memcached on linux?

Dr. McKay

Well-known member
Registered
Joined
Nov 26, 2016
Messages
565
Points
28
I installed memcached on my VPS and now I want to remove it because I don't have requirements to use this caching for my sites. How can I remove it by commands?
 

David Beroff

Well-known member
Registered
Joined
Jun 14, 2016
Messages
1,480
Points
63
First off, you need to check if memcached is installed on your server

Code:
yum list | grep memcached
remove memcached from your server, using this code

Code:
yum remove memcached
 

Fusion Arc Hosting

Well-known member
Hosting Provider
Registered
Joined
Oct 25, 2017
Messages
136
Points
18
Hello Dr. McKay,

Thanks for your question!

This can depend on the operating system you are running so I would add that to your comment. To find your OS use the following command in your terminal or CLI:

Code:
 cat /etc/os-release
Let me know of any questions!

Mario Cano
 

hostguy

Member
Registered
Joined
Sep 9, 2020
Messages
49
Points
6
Memcached is a caching tool for server but as we know technology changes according to time, so if you want to uninstall Memcached from your server then you can check below steps:
  • Login to Centos server.
  • Now change the directory with below command:
Code:
cd memcached_installation
  • List all directories from ls command to check.
  • After that enter below command to uninstall Memcached from server. You can also check details for uninstallation.
Code:
sh Uninstall_AirWatchMemcached.bin
 

Brackwom

Member
Registered
Joined
Jan 6, 2022
Messages
32
Points
6
I installed memcached on my VPS and now I want to remove it because I don't have requirements to use this caching for my sites. How can I remove it by commands?
Procedure
Go to your Memcached server and log in.
To enable root access for uninstalling, type sudo -s.
Type cd _memcached installation to get to the Uninstaller.
Type sh Uninstall AirWatchMemcached to install it.
The Uninstaller is launched.
Type service Memcached status to see if Memcached has been removed.
 
Older Threads
Replies
48
Views
15,102
Replies
0
Views
1,646
Replies
0
Views
1,355
Replies
7
Views
6,416

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top