Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


install_configure_cpan

This is an old revision of the document!


Installing CPAN:

First make sure ncftp is installed.

# rpm -ivh ncftp-3.1.9-1.i386.rpm
# perl -MCPAN -e shell

Then you can install a module:

# export FTP_PASSIVE=1
# cpan install Date::Manip
# cpan install Bundle::CPAN
install_configure_cpan.1231364743.txt.gz · Last modified: 2009/01/07 16:45 by juckins