Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Bundle::CPAN still failing.

by Sixtease (Friar)
on Jun 01, 2008 at 05:29 UTC ( [id://689515]=note: print w/replies, xml ) Need Help??


in reply to Bundle::CPAN still failing.

Coincidentally, I installed Kubuntu on my x86_64 laptop. And I ran sudo cpan -e 'install Bundle::CPAN' without problems. Installed OK.

use strict; use warnings; print "Just Another Perl Hacker\n";

Replies are listed 'Best First'.
Re^2: Bundle::CPAN still failing.
by brian_d_foy (Abbot) on Jun 01, 2008 at 08:52 UTC

    Did you really run that and actually install Bundle::CPAN? Are there instructions somewhere telling you to run it like that?

    There's no -e switch to cpan, and the argument 'install Bundle::CPAN' should be treated as a single argument. There isn't any module named 'install Bundle::CPAN' so nothing happens. That is, if you're running the real cpan script and not some vendor modified one, in which case I'd like to see what they've done.

    The command you want is one of:

    % sudo cpan Bundle::CPAN % sudo perl -MCPAN -e 'install Bundle::CPAN'
    --
    brian d foy <brian@stonehenge.com>
    Subscribe to The Perl Review
Re^2: Bundle::CPAN still failing.
by Anonymous Monk on Jun 01, 2008 at 10:29 UTC
    That would seem odd since Kubuntu/Xubuntu/Ubuntu should all pull from essentially the same package repositories (more or less). As I understand Ubuntu, there is only the current repository and then the next one for the Ubuntu/Kubuntu/Xubuntu release coming six months down the road (as opposed to stable, testing, unstable).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://689515]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-16 08:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found