I've installed memcached server using yum. My server os info -
Linux version 3.8.4-x86_64-linode31 (maker@build) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 SMP Mon Mar 25 16:00:34 EDT 2013
But when i try to install php5-memcached using yum, it says - No package php5-memcached available.
Then i've tried using apt-get, but it says, apt-get command not found sudo: apt-get: command not found
Now, how can i install php5-memcached in my server?
Thanks