Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 PEAR 安装包时,如果包处于 alpha 或 beta 模式,可以在包名后添加后缀来安装相应的版本;例如,运行
sudo pear install openid
失败,但是
sudo pear install openid-alpha
作品。
但是依赖关系呢?在上面的例子中,PEAR 中的 OpenID 依赖于其他 4 个也在 alpha/beta 中的包。
有没有办法让 PEAR 加载 alpha/beta 依赖项而无需手动安装每个依赖项?
pear config-set preferred_state alpha