Tuesday 10 April 2012

perl modules in ubuntu

Thought I better write this down before I forget it, how to install missing perl modules under ubuntu using apt-get

so say you see this:

Requirements
------------
Net::LDAP
Getopt::Std
Net::Nslookup
Net::Dns

how do you install those?

well simple...
apt-get install libnet-ldap-perl
apt-get install libnet-dns-perl

etc

No comments: