PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PEAR » PEAR » Bug #222

Cannot install beta packages / install from URLs

Details

Submitted2003-11-10 15:28 UTC
Fromsagi at boom dot org dot il
Assignedcellog
StatusDuplicate
PackagePEAR
PHP Version4.3.3
OSLinux - Debian Stable
Roadmaps(Not assigned)

Comments

[2003-11-10 15:28 UTC] sagi at boom dot org dot il

Description:
------------
Version 1.3b3

When trying to install the SOAP package which is in beta state, I get an error:

test:~# pear install SOAP
No release with state equal to: 'stable' found for 'SOAP'
test:~#

When trying to use -f to force installation of the beta package, I get an error:
test:~# pear install -f SOAP
No release with state equal to: 'stable' found for 'SOAP'
test:~#

When trying to install the package by specifying the URL to the package, I get an error:
test:~# pear install "http://pear.php.net/get/SOAP-0.8RC2.tgz"
Package name 'http://pear.php.net/get/SOAP-0.8RC2.tgz' not valid
test:~#

All of the above worked with older versions of PEAR.

How can I install a beta package?