unable to install latest phpUnit in Ubuntu 10.04
Posted
by
Dex Barrett
on Stack Overflow
See other posts from Stack Overflow
or by Dex Barrett
Published on 2012-10-23T04:57:44Z
Indexed on
2012/10/23
5:01 UTC
Read the original article
Hit count: 224
I'm trying to install PHPUnit in Ubuntu 10.04 but I get these error messages
sudo pear install -a pear.phpunit.de/PHPUnit
Duplicate package channel://pear.phpunit.de/File_Iterator-1.3.3 found
Duplicate package channel://pear.phpunit.de/File_Iterator-1.3.2 found
install failed
I tried reinstalling PEAR, upgrading it; updated the PEAR and PHPUnit channel; cleared the PEAR's cache but still no luck, I keep getting the same error.
Does anyone have the same problem and know how to solve it?
Thank you.
© Stack Overflow or respective owner