PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, August 30, 2022

[FIXED] How to install libraries with pear when no release is available

 August 30, 2022     pear, phpunit     No comments   

Issue

This is not the first time I experience something like that. This time it was with PHPunit.

I wanted to install the library using pear..

pear config-set auto_discover 1
pear install pear.phpunit.de/PHPUnit

The installation fails saying :

No releases available for package "pear.phpunit.de/PHPUnit"

What can I do ?

Thank you

Note :

pear upgrade says that I have the latest version

pear update-channels says that I am up to date

Note2 : I am at work so behing a proxy

Note3: using windows OS


Solution

I found it in another post. the cache has to be cleared.

pear clear-cache


Answered By - mlwacosmos
Answer Checked By - Timothy Miller (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing