简体   繁体   中英

perl cpan installation error

I tried installing cpan for strawberry perl with following cpan App::cpanminus . But following is the error I got. Could you please guide how can I resolve this issue?

C:\Strawberry\perl\bin>cpan app::cpanminus
CPAN: CPAN::SQLite loaded ok (v0.204)
Database was generated on Thu, 02 Apr 2015 07:11:45 GMT

Warning: Cannot install app::cpanminus, don't know what it is.
Try the command

i /app::cpanminus/

to find objects with matching identifiers.
CPAN: Time::HiRes loaded ok (v1.9726)

C:\Strawberry\perl\bin>i /app::cpanminus/
'i' is not recognized as an internal or external command,
operable program or batch file.

To install it without using cpan , the basic bootstrap procedure is:

curl -L http://cpanmin.us | perl - --sudo App::cpanminus

For more information see the installation section at App::cpanminus

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM