How do I install a package when I get the error message “No release with state equal to: stable found for Packagename\”?
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.
Related Questions
- When I try to install MacGAMUT 6 on my Windows computer, I get a strange error message saying I can install some or all of MacGAMUT. Whats going on?
- How do I install a package when I get the error message "No release with state equal to: stable found for Packagename\"?
- Why do some users get an ActiveX error message when trying to install the DT Demo for Web Portals?