I'm just wondering if anyone can tell me how you install the following perl modules on debiab :

install LWP
install DBI
install DBD::mysql
install GD

I tried with CPAN although when I ran

perl -MCPAN -e shell
install LWP

It was telling me I missing destination file operand.

Any idea?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Normally this is done without CPAN but with the Debian repositories. So

apt-get install libwww-perl libdbi-perl libdbd-mysql-perl libgd-gd2-perl

Then you are done and even get security patches.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.