Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Install Perl module using CPAN

Answer:

CPAN provide a very easy way to install Perl modules in Linux system

# cpan -i 'Digest::MD5'

The above command will install the module "Digest::MD5" into the system.

  1. Install Perl module from CPAN even tests failed
  2. How to remove install CPAN modules?
  3. How to get the full list of Ubuntu’s managed Perl modules?
  4. How to install a NodeJS module using npm globally
  5. Benchmark Perl subroutines

One Response to “Install Perl module using CPAN”

  1. [...] can use apt-get into install those modules, instead of CPAN. The advantage is you can remove them easier with the apt-get command, while for CPAN, you need to [...]

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>