[Debian6] Nginx + PHP: Unable to locate package php5-fpm ?

I use Debian 6 and successfully installed Nginx as webserver (I can see my html test file).

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

Great! Thanks to your answer I found http://www.dotdeb.org/instructions/ and was able to add the right repository & install php5-fpm.

Thanks very much!

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct