Thursday, December 25, 2014

How to add launchpad ubuntu repository and install php5-memcached 2.2.0

Add repository
# add-apt-repository ppa:ondrej/php5
Check available versions
# apt-get update
# apt-cache policy php5-memcached
Install memcashed
# apt-get install php5-memcached

No comments:

Post a Comment