Search code examples
phpwindowspear

Can not install Pear Text_Diff


I try to install Pear Text_Diff by using

pear install Text_Diff

However, the it says

no release avaiable for package "pear.php.net/Text_Diff". install failed.

What is wrong?


Solution

  • PEAR on windows sometimes needs a little refresh running the following commands before install:

    • pear clear-cache
    • pear update-channels

    And finally again:

    • pear install Text_Diff