[Debian6] Nginx + PHP: Unable to locate package php5-fpm ?
Now I would like to install PHP with some mods I need. I tried:````
$ sudo apt-get install php5 php5-fpm php5-mysql php5-common php5-curl php5-cli
But it results in <quote>> E: Unable to locate package php5-fpm</quote>
I already tried to````
$ sudo apt-get upgrade
On my Raspberry Pi with Raspbian (= Debian optimized for the RPi) the necessary php5-fpm package is in its repository.
How can I install php5-fpm manually (without using a LEMP stack)?
Do I need to add some extra repository for it? Which & how?
2 Replies
looks likeadd the Dotdeb repository
Thanks very much!