How to Remove Memcache in Python
Memcache is a Python add-on that allows servers to deliver caches to users. This allows certain website files to be saved on a user's hard drive so that your site loads faster when the user visits a second time. Memcache ties into Memcached, the more general version of this free, open-source tool. Removing Memcache from Python requires a few basic commands. This will leave everything else on your server untouched.
Instructions
-
-
1
Log into your Python account.
-
2
Click "SSH" to open the command-line interface.
-
-
3
Type "sudo checkinstall" (no quotes) and hit "Enter."
-
4
Type "dpkg -r Memcache" (no quotes) and hit "Enter."
-
5
Wait until the next line reads "OK." When it does, Memcache has been successfully removed.
-
1