Posted by Bennett Haselton on 12/04/07 06:36
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?
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?
[Back to original message]
|