Jump to content

[Guide]How to install all perl modules at once[Guide]


Recommended Posts

Posted

Hi Friends,

 

Today i was searching about a tool that will install all the perl modules.

 

The cpan tool is very good for this work.

 

Below is the command for installing most of the perl modules at once.

 

To run the command we need the cpan installed on system.(You must be root)

 

yum install cpan

 

Then run the command:

 

perl -MCPAN -e 'CPAN::Shell->install(CPAN::Shell->r)'

 

This will take 10-20 minutes to finish.

 

Also for more packages run this:

 

yum install perl-libwww-perl

 

Cpan Link : http://www.cpan.org/

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock