CPANEdit
Redirected from Comprehensive Perl Archive Network
The CPAN or Comprehensive Perl Archive Network is an archive of Perl software and a package manager for working with (installing, upgrading, removing) that software.
Basic use
Getting into the shell
sudo -H cpan
Installing a module
sudo -H perl -MCPAN -e 'install Bundle::CPAN'
sudo -H perl -MCPAN -e 'install Bundle::CPAN'
Or alternatively:
sudo -H cpan Bundle::CPAN
Upgrading all installed modules
sudo -H cpan upgrade
See also
- Official CPAN site: http://www.cpan.org/
- Wikipedia article on the CPAN: http://en.wikipedia.org/wiki/CPAN
- "Life with CPAN": http://sial.org/howto/perl/life-with-cpan/
- Finding out which CPAN modules are installed
sudo -H cpan upgrade
- Official CPAN site: http://www.cpan.org/
- Wikipedia article on the CPAN: http://en.wikipedia.org/wiki/CPAN
- "Life with CPAN": http://sial.org/howto/perl/life-with-cpan/
- Finding out which CPAN modules are installed