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
install_configure_cpan [2012/09/12 06:43] juckinsinstall_configure_cpan [2022/09/29 14:17] (current) juckins
Line 1: Line 1:
 +==== CPAN (Perl) Repository Tips ====
 +
 +It seems the "cpanm" command is the best option to manage installing/removing needed perl modules if they are not available in an RPM format for the operating system (EPEL, etc).
 +
 +  dnf install perl-App-cpanminus
 +  
 +As root, to install:
 +  cpanm -i Array::Diff
 +  
 +As root, to remove:
 +  cpanm -U Array::Diff
 +
 +
 +__Older notes:__
 +
 First make sure CPAN or CPANPLUS is installed using yum. First make sure CPAN or CPANPLUS is installed using yum.
  
install_configure_cpan.1347446591.txt.gz · Last modified: 2012/09/12 06:43 by juckins