How to install memcached on ubuntu?
Just go to System-> Administration-> Synaptic Package Manager
Enter in search field memcache and then find 3 packages on the screen below. It’s memcached, libevent, and php5-memcached. The last is optional , libevent is required for memcached.Even if you will not check green it for installation ,the system will force you to install it
That’s all.
If you don’t have synaptic package manager, and maybe you are installing it on server via command line,
then use
sudo apt-get install libevent memcached
In Next post I will tell you how to use it with CodeIgniter Framework
Mr Gewa

