On Sat, Apr 9, 2022 at 10:42 AM Bill Merriam <lists@billmerriam.com> wrote:
When something I am installing requires a list of perl modules I have
to figure out how to install them.  I first have to search the rpm
repositories for the module.  If the module is available in rpm
repositories I can use zypper to install it.  Other times I have to use
CPAN to install it.   

Does anyone know of a script that will install a list of modules by
searching for it and installing from the necessary location?

I don't know the answer, but I deal with the same question with Python, using RPM vs. pip.  I'm hoping that a language agnostic solution is available.

-Nick