Pregunta

Estoy tratando de obtener el imapcliente en mi sistema operativo, pero no funcionará.Agregué el repositorio de Perl así:

     zypper ar -f -n perl http://download.opensuse.org/repositories/devel:/languages:/perl/SLE_11_SP2 Perl

y obtengo la salida correcta donde dice que se agrega el repositorio.

Pero cuando uso zypper para agregar el imapclient como este

    zypper install -y "perl(MAIL::IMAPClient)"

obtengo:

    zypper install -y "perl(MAIL::IMAPClient)"
    Refreshing service 'susecloud'.
    Retrieving repository 'perl' metadata [done]
    Building repository 'perl' cache [done]
    Retrieving repository 'perl' metadata [error]
    Repository 'perl' is invalid.
    [|] Valid metadata not found at specified URL(s)
    Please check if the URIs defined for this repository are pointing to a valid 
    repository.
    Warning: Disabling repository 'perl' because of the above error.
    Loading repository data...
    Reading installed packages...
    'perl(MAIL::IMAPClient)' not found in package names. Trying capabilities.
    No provider of 'perl(MAIL::IMAPClient)' found.

¡Cualquier ayuda sería apreciada!¡Gracias!

¿Fue útil?

Solución

>cpan install MAIL::IMAPClient

o más duro

>cpan
cpan> force install MAIL::IMAPClient

o

>ppm install MAIL::IMAPClient

o con gui

>ppm
*choose package and install via gui*

enlace: correo :: imapclient

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top