Instal missing Perl Module

Hi,

I am trying to use a utility pop2imap which is written in Perl and requires the following perl modules:

  • MailIMAPClient module
  • MailPOP3Client module
  • EmailSimple module
  • DateManip module
  • IOSocketSSL module

I already had “DateManip” & “IOSocketSSL” installed. I installed “MailIMAPClient” & “EmailSimple” via YaST but cant find “MailPOP3Client”.

How or from where, can I install the perl “MailPOP3Client” module as I can’t see it in YaST?

Thanks.

See here:
https://download.opensuse.org/repositories/devel:/languages:/perl/openSUSE_Leap_15.2/

Thanks but I still can’t see anything to do with pop3 in the x86_64 sub folder that appears to contain all the RPMs.

I get the feeling I need to be looking for something like - perl-Mail-POP3Client-0.X-lp152.X.X.x86_64.rpm

I saw it in the noarch one. Are you sure it is architecture dependent?

Yes, the needed package is “perl-Mail-POP3Client” in the “noarch” directory of the “devel:languages:perl” repository.
<https://download.opensuse.org/repositories/devel:/languages:/perl/openSUSE_Leap_15.2/noarch/perl-Mail-POP3Client-2.19-lp152.1.1.noarch.rpm.mirrorlist>
<https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-POP3Client>
The package was last changed about 6 years ago, but the last Leap 15.2 OpenQA build was summer last year and OK – <https://build.opensuse.org/package/live_build_log/devel:languages:perl/perl-Mail-POP3Client/openSUSE_Leap_15.2/x86_64>.

Perfect - many thanks everyone.