FirstSearch Blue

Find Everything You Need On Your First Search

Article

Install Perl Module Linux | Ubuntu

January 26, 2010 Updated February 19, 2017 1 min read fsb

This guide explains how to install perl modules using CPAN in Linux

  1. Type: perl -MCPAN -e shell;
    • This will take you into the perl cpan shell - if you are promted to answer some questions, just answer them (typically with the default answer - just press enter)
  2. Type: install MODULENAME
    • i.e. Type: install IO::Socket
    • Answer all the questions, generally just use the default (press enter)
    • if something fails and it appears that it should not have, you can try: force install MODULENAME

Conversation

Comments

Historic WordPress comments were imported into D1. New submissions stay in review until approved.

Published comments

Loading comments…