install whole CPAN ?

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default install whole CPAN ?

    When I was thinking about installing more CPAN modules, I was wondering -
    isn't there a way of getting *all* CPAN modules and of installing them in one
    big move? Maybe some CD-ISO archive file, and an autoinstaller (for Linux:
    Suse 10)? Anything like that?




    Alexander Oberhuber Guest

  2. Similar Questions and Discussions

    1. Upgrading to CPAN.pm v1.76 install Bundle::CPAN fails
      FYI Have problem Upgrading perl packages from CPAN.pm version v1.61 to version v1.76) failed with final error messages: <stuff snipped> CPAN.pm:...
    2. CPAN DBD install problem
      Hi, Got an error trying to install DBD::RAM on a 5.8.2 version of perl. The following is the output: .... CPAN.pm: Going to build...
    3. CPAN install failure...
      Hi, I just tried to install HTML::Parser on my Redhat9 system and I got the following. Should I just force it? if so how is that done... ...
    4. linux - install bundle::cpan
      I am trying to install Bundle::CPAN and i seem stuck in this loop. Any suggestions? outut of command issued below. Paul Kraus using perl...
    5. Can't install Digest::MD5 with cpan
      this is what it tells me when I try and install Digest::MD5 Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM"...
  3. #2

    Default Re: install whole CPAN ?

    [email]aloh@x-mail.net[/email] (Alexander Oberhuber) wrote:
    > When I was thinking about installing more CPAN modules, I was
    > wondering - isn't there a way of getting *all* CPAN modules and of
    > installing them in one big move? Maybe some CD-ISO archive file, and
    > an autoinstaller (for Linux: Suse 10)? Anything like that?
    <[url]http://groups.google.com/groups/search?q=local+cpan+group%[/url]
    3Acomp.lang.perl.modules>

    --
    John Bokma Freelance software developer
    &
    Experienced Perl programmer: [url]http://castleamber.com/[/url]
    John Bokma Guest

  4. #3

    Default Re: install whole CPAN ?

    Alexander Oberhuber wrote:
    > When I was thinking about installing more CPAN modules, I was wondering -
    > isn't there a way of getting *all* CPAN modules and of installing them in one
    > big move? Maybe some CD-ISO archive file, and an autoinstaller (for Linux:
    > Suse 10)? Anything like that?
    >
    This may not be a good idea, because there is no mechanism to prevent
    conflicts on module names. For example, the SOAP-Lite distribution
    contains a module called SOAP::Packager. But so does the SOAP
    distribution. Are they interchangeable? Don't bet on it.

    Tom Wyant
    harryfmudd [AT] comcast [DOT] net Guest

  5. #4

    Default Re: install whole CPAN ?

    On Wed, 19 Apr 2006 16:39:02 +0200, Alexander Oberhuber <aloh@x-mail.net>
    wrote:
    > When I was thinking about installing more CPAN modules, I was wondering -
    > isn't there a way of getting *all* CPAN modules and of installing them
    > in one big move? Maybe some CD-ISO archive file, and an autoinstaller
    > (for Linux: Suse 10)? Anything like that?
    You can't, unless you have all third party products installed that some
    modules
    are written for to support: DBD-*** (Oracle, Unify, Ingres, Informix, ....)
    is
    maybe the best example
    H.Merijn Brand Guest

  6. #5

    Default Re: install whole CPAN ?

    Alexander Oberhuber wrote:
    >When I was thinking about installing more CPAN modules, I was wondering -
    >isn't there a way of getting *all* CPAN modules and of installing them in one
    >big move?
    Wow, you'll need a lot of disk space for your perl distro, then. And
    lots of patience before it's all over.

    Anyway, instead of *installing* it all, you could start by getting the
    most recent versions off CPAN and have your own CPAN mirror, on CD for
    example. Search for mini-CPAN.

    <http://www.google.com/search?q=mini-CPAN>

    That way, you can always (connected to the internet, or not) and likely
    more quickly, install any module you want.

    --
    Bart.
    Bart Lateur Guest

  7. #6

    Default Re: install whole CPAN ?

    On Thu, 20 Apr 2006 17:57:44 +0200, H.Merijn Brand wrote:
    > On Wed, 19 Apr 2006 16:39:02 +0200, Alexander Oberhuber <aloh@x-mail.net>
    > wrote:
    >> When I was thinking about installing more CPAN modules, I was wondering -
    >> isn't there a way of getting *all* CPAN modules and of installing them
    >> in one big move?
    >
    > You can't, unless you have all third party products installed that some
    > modules
    > are written for to support: DBD-*** (Oracle, Unify, Ingres, Informix, ...)
    > is maybe the best example
    OTOH, it would make a great lightning talk. Sort of the Perl version of
    "Supersize Me" :-)

    --
    Peter Scott
    [url]http://www.perlmedic.com/[/url]
    [url]http://www.perldebugged.com/[/url]

    Peter Scott Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139