Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


install_configure_cpan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
install_configure_cpan [2009/08/21 15:13] juckinsinstall_configure_cpan [2012/09/12 06:43] juckins
Line 1: Line 1:
-Installing CPAN:+First make sure CPAN or CPANPLUS is installed using yum.
  
-First make sure ncftp is installed.+Installing a module:
  
 <code> <code>
-# rpm -ivh ncftp-3.1.9-1.i386.rpm +# cpan 
-# perl -MCPAN -e shell +cpaninstall Net::SFTP
-</code> +
- +
-Then you can install a module: +
- +
-<code> +
-# export FTP_PASSIVE=1 +
-# cpan install Date::Manip (or cpan Date::Manip) +
-cpan install Bundle::CPAN // (or cpan Bundle::CPAN)+
 </code> </code>
  
Line 23: Line 15:
 cpan> exit cpan> exit
 </code> </code>
 +
 +Uninstalling a module:
 +
 +[[http://search.cpan.org/~xaicron/App-pmuninstall/]]
 +
install_configure_cpan.txt · Last modified: 2022/09/29 14:17 by juckins