Install php-fpm 5.6 on Ubuntu Xenial (16.04) [duplicate]

I can see various solutions available for php5.6, but is it possible to get php-fpm 5.6 for Xenial?

Or do I have to manually download and build the package?


Solution 1:

Once you've added the additional repository

sudo add-apt-repository ppa:ondrej/php

run

sudo apt-get update
sudo apt-get install php5.6-fpm