如何安装 dropbox-api?

roy*_*asa -1 perl

大家好,我正在尝试将 dropbox-api 安装到我的 suse 11.4 上,但我不断收到此错误:

无法在@INC中找到DateTime.pm(@INC包含:/usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.12.3 /usr/ lib/perl5/vendor_perl/5.12.3/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.12.3 /usr/lib/perl5/5.12.3/i586-linux-thread-multi /usr/ lib/perl5/5.12.3 .) 在 /root/bin/dropbox-api 第 6 行。 BEGIN 失败 - 编译在 /root/bin/dropbox-api 第 6 行中止。

起初我以为它缺少一些 perl 模块,所以我继续使用 #perl -MCPAN -e shell 安装一些 CPAN 模块以及 CPAN shell,因此通过 shell 我安装了额外的模块,例如 # install DateTime::TimeZone 但仍然我得到同样的错误有人知道我可能做错了什么或者出了什么问题吗?我正在使用此链接上的说明来安装 api

https://github.com/s-aska/dropbox-api-command

Rao*_*oul 5

At first i thought it lacked some perl modules so i go ahead and install some CPAN modules along with the CPAN shell using #perl -MCPAN -e shell so through the shell i install the extra modules like # install DateTime::TimeZone

该错误表明未安装模块DateTime , DateTime不是DateTime::Timezone。安装日期时间模块