To install the Memcached server on an Ubuntu Linux 12.04 or 14.04 LTS system, you can follow these steps:
sudo apt-get updateSource:www.lautturi.com
This will ensure that you have the latest packages and security updates installed on your system.
sudo apt-get install memcached libmemcached-tools
sudo service memcached start
sudo update-rc.d memcached defaults
pymemcache
Python module by running the following command:pip install pymemcache
php5-memcache
PHP extension by running the following command:sudo apt-get install php5-memcache
sudo service apache2 restart
You can find more information about installing and using the Memcached server on Ubuntu Linux systems in the Memcached documentation or by searching online.