Jump to content

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


Analyser_

Recommended Posts

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/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...