installing php-fpm in Ubuntu Lucid Lynx 10.04

19 12 2010

Until it’s in official repository let’s use one provided by Brian Mercer:

put these in sources.list

deb http://ppa.launchpad.net/brianmercer/php/ubuntu lucid main
deb-src http://ppa.launchpad.net/brianmercer/php/ubuntu lucid main

And at then run this:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8D0DC64F
sudo aptitude update
sudo aptitude install php5-fpm

done!


Actions

Informations

3 responses to “installing php-fpm in Ubuntu Lucid Lynx 10.04”

13 10 2011
Flornet (19:40:58) :

Missing ‘-‘, the apt-key command should be:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8D0DC64F
14 10 2011
kaa (08:08:32) :

you’re right, misuse of wp on my side, fixed!
Thank you for pointing out.

21 01 2013
septianw (18:50:40) :

it is easier with this command :

sudo apt-get install python-software-properties;
sudo add-apt-repository ppa:brianmercer/php;

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>