| View previous topic :: View next topic |
| Author |
Message |
primeminister Site Admin

Joined: 16 Apr 2006 Posts: 94 Location: Netherlands
|
Posted: Tue Apr 18, 2006 11:37 am Post subject: No release with state equal to: 'stable' found for 'Package |
|
|
How do I install a package when I get the error message "No release with state equal to: 'stable' found for 'Packagename'"?
Last edited by primeminister on Tue Apr 18, 2006 12:15 pm; edited 1 time in total |
|
| Back to top |
|
 |
primeminister Site Admin

Joined: 16 Apr 2006 Posts: 94 Location: Netherlands
|
Posted: Tue Apr 18, 2006 11:38 am Post subject: |
|
|
answer by Greg Beaver
The package in question does have releases, but none that are stable. There are two solutions.
- Set preferred_state to alpha or beta and then install
$ pear config-set preferred_state alpha
$ pear install Packagename
- Find out the stability or version number of the latest release and install it directly.
$ pear install Packagename-alpha
$ pear install Packagename-1.5.3
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|