memcached software package provides A high-performance memory object caching system, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install memcached
memcached is installed in your system.
Make ensure the memcached package were installed using the commands given below,
$ sudo dpkg-query -l | grep memcached *
You will get with memcached package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Web Software |
| Package | memcached |
| Version | 1.4.14-0ubuntu9.1 [amd64, i386 |
| Description | A high-performance memory object caching system |
| Sub Section | Web |