我正在尝试让imapclient在我的操作系统上,但它是行不通的。我添加了如下的perl存储库:
zypper ar -f -n perl http://download.opensuse.org/repositories/devel:/languages:/perl/SLE_11_SP2 Perl我得到了正确的输出,它说存储库是添加的。
但是,当我使用zypper添加这样的imapclient时
zypper install -y "perl(MAIL::IMAPClient)"我得到:
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.任何帮助都将不胜感激!谢谢!
发布于 2014-01-11 18:53:47
>cpan install MAIL::IMAPClient或者更难
>cpan
cpan> force install MAIL::IMAPClient或
>ppm install MAIL::IMAPClient或使用GUI
>ppm
*choose package and install via gui*链接:邮件:IMAPClient
https://stackoverflow.com/questions/21050436
复制相似问题