How to install an updated version of PEAR / PHPUnit on Ubuntu?

Posted by misbehavens on Super User See other posts from Super User or by misbehavens
Published on 2009-10-14T00:22:35Z Indexed on 2010/04/25 21:04 UTC
Read the original article Hit count: 243

Filed under:

Most tutorials online show how to install PEAR by doing this:

sudo apt-get install php-pear

This installs version 1.6.1. It works great because it's super easy! My problem is that I want to install PHPUnit and it requires PEAR version 1.8.1 so my install of PHPUnit failed. So how do I install a newer version of PEAR on Ubuntu?

© Super User or respective owner

Related posts about ubuntu