Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


install_configure_cpan

This is an old revision of the document!


First make sure CPAN or CPANPLUS is installed using yum.

Installing a module:

# cpan
cpan> install Net::SFTP

Updating the currently installed version of CPAN:

# cpan
cpan> install CPAN
cpan> reload cpan
cpan> exit

Uninstalling a module:

http://search.cpan.org/~xaicron/App-pmuninstall/

install_configure_cpan.1347446591.txt.gz · Last modified: 2012/09/12 06:43 by juckins