|
Posted by Piotr Siudak on 12/04/07 06:50
Bennett Haselton pisze:
> How do I find the mapping between a PHP package name like
> HTTP_Request, and the "yum" command to install it on CentOS 4.4?
>
yum search HTTP_Request
> For example when I needed to use LWP::UserAgent to use in Perl, the
> command was
> yum install -y perl-libwww-perl
> but I still don't remember how I found that out, I think someone just
> told me. I never found how to get the mapping between the package
> name "LWP::UserAgent" and the yum argument "perl-libwww-perl".
>
> In the case of PHP packages, is there a similar mapping and how would
> I find it for a given package?
it is
php-pear-HTTP-Request
--
Piotr Siudak
Navigation:
[Reply to this message]
|