I would like to install the Perl modules required by a specific Perl script, such as those listed by the perl-depends
tool. However, I would like to do that in Ubuntu using the apt-get
, meaning installing the modules through the package repository and not through CPAN.
Most similar questions (such as this one) address ways of doing that through CPAN.