Installing a Perl Module from CPAN
Native Package management on Linux
aptitude search acme-dosomthing. In Red Hat, Fedora, CentOS, Mandriva or SuSE
you can try to type yum search Acme-Dosomething.
If they have the relevant module - and all its dependencies - packaged this will return the exact name of the
packages. Then you can install the package using sudo aptitude install libacme-dosomething-perl
or sudo yum install Acme-Dosomething.
ActivePerl