Question

J'essaie d'obtenir l'imapclient sur mon système d'exploitation, mais cela ne fonctionnera pas.J'ai ajouté le référentiel Perl comme SO:

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

et je reçois la bonne sortie où il est ajouté que le référentiel est ajouté.

mais quand j'utilise zypper pour ajouter l'imapclient comme celui-ci

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

Je reçois:

    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.

Toute aide serait appréciée!Merci!

Était-ce utile?

La solution

>cpan install MAIL::IMAPClient

ou plus difficile

>cpan
cpan> force install MAIL::IMAPClient

ou

>ppm install MAIL::IMAPClient

ou avec interface graphique

>ppm
*choose package and install via gui*

lien: Mail :: imapclient

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top