How to install all the cpan modules?

P

Peng Yu

I'm getting tired of downloading each module individually and install
them. I want to either install all cpan modules (if they don't take
too much disk spaces) or install a module on demand with just one
simply command. Could anybody show me what is the most convenient way
to install cpan modules?

http://www.cpan.org/modules/INSTALL.html
 
S

sreservoir

I'm getting tired of downloading each module individually and install
them. I want to either install all cpan modules (if they don't take
too much disk spaces) or install a module on demand with just one
simply command. Could anybody show me what is the most convenient way
to install cpan modules?

http://www.cpan.org/modules/INSTALL.html

% cpan Bundle::All

I think. note that it _is_ a joke module.

mirror a minicpan and use the command cpan to install what you want,
when you want, whether you still have an internet connection or not.
 
S

smallpond

I'm getting tired of downloading each module individually and install
them. I want to either install all cpan modules (if they don't take
too much disk spaces) or install a module on demand with just one
simply command. Could anybody show me what is the most convenient way
to install cpan modules?

to install a module as root:

perl -MCPAN -e 'install xxxx'

where xxxx is the module you wish to install.
 
J

Justin C

I'm getting tired of downloading each module individually and install
them. I want to either install all cpan modules (if they don't take
too much disk spaces) or install a module on demand with just one
simply command. Could anybody show me what is the most convenient way
to install cpan modules?

http://www.cpan.org/modules/INSTALL.html

cpan -i Module::Name Some::Other::Module::Name

would install two modules.

man cpan is quite useful for this!

Justin.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,059
Latest member
cryptoseoagencies

Latest Threads

Top