problem installing perl packages

Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default problem installing perl packages

    For a perl program I need the Math::Random, GD::Graph and
    the Spreadsheet::WriteExcel package.

    Installing the last two packages went fine using:

    sudo apt-get install libgd-graph-perl
    sudo apt-get install libspreadsheet-writeexcel-perl

    However, the Math::Random package returns the following:

    Reading package lists... Done
    Building dependency tree... Done
    E: Couldn't find package libmath-random-perl

    I enabled all repositories but still no luck.

    Does anyone know how to get the Math::Random package installed? The cpan
    command does not work because seemingly there is some gpg problem
    related to the root user in ubuntu.
    ruud Guest

  2. Similar Questions and Discussions

    1. Problem installing certain PERL modules
      I'm currently attepting to install Spamassassin on my PC but have hit a problem installing two modules DB_File-1.810 and Time-HiRes-1.65. Other...
    2. Problem installing Perl-RPM module on a RedHat 9.0
      Hi. I've got some trouble installing Perl-RPM-0.40.tar.gz on a RedHat 9.0. I previously install it on a RedHat 7.3 without any problem. When I...
    3. Problem installing libwww-perl-5.69 on Solaris.Failing Tests
      Hello All I am at a loss on how to get around the meke test failures shown below when trying to install libwww-perl-5.69 on solaris. How do I go...
    4. installing gnome2.2, broken packages
      hello, i was running kde 3 on xfree 4.3 on my woody. i decided to try gnome2.2 and read that it requires xfree4.2.1. so i got the binaries of...
    5. Installing Packages
      Alan, You could be right. Where do I get the full version from?
  3. #2

    Default Re: problem installing perl packages

    On 2006-03-04, ruud <ruud@localhost.localdomain> wrote:
    > For a perl program I need the Math::Random, GD::Graph and
    > the Spreadsheet::WriteExcel package.
    >
    > Installing the last two packages went fine using:
    >
    > sudo apt-get install libgd-graph-perl
    > sudo apt-get install libspreadsheet-writeexcel-perl
    >
    > However, the Math::Random package returns the following:
    >
    > Reading package lists... Done
    > Building dependency tree... Done
    > E: Couldn't find package libmath-random-perl
    >
    > I enabled all repositories but still no luck.
    >
    > Does anyone know how to get the Math::Random package installed? The cpan
    > command does not work because seemingly there is some gpg problem
    i> related to the root user in ubuntu.

    sudo cpan
    install Math::Random


    Eric

    Eric Meyers Guest

  4. #3

    Default Re: problem installing perl packages


    "Eric Meyers" <screwuspammer@nowhere.com> wrote in message
    news:slrne0k2r8.luo.screwuspammer@localhost.locald omain...
    > On 2006-03-04, ruud <ruud@localhost.localdomain> wrote:
    > > For a perl program I need the Math::Random, GD::Graph and
    > > the Spreadsheet::WriteExcel package.
    > >
    > > Installing the last two packages went fine using:
    > >
    > > sudo apt-get install libgd-graph-perl
    > > sudo apt-get install libspreadsheet-writeexcel-perl
    > >
    > > However, the Math::Random package returns the following:
    > >
    > > Reading package lists... Done
    > > Building dependency tree... Done
    > > E: Couldn't find package libmath-random-perl
    > >
    > > I enabled all repositories but still no luck.
    > >
    > > Does anyone know how to get the Math::Random package installed? The cpan
    > > command does not work because seemingly there is some gpg problem
    > i> related to the root user in ubuntu.
    >
    > sudo cpan
    > install Math::Random
    >
    >
    > Eric
    >
    Alas, not here, I receive an error message, ubuntu 5.10


    John Smith Guest

  5. #4

    Default Re: problem installing perl packages

    On 2006-03-04, John Smith <someone@microsoft.com> wrote:
    >
    > "Eric Meyers" <screwuspammer@nowhere.com> wrote in message
    > news:slrne0k2r8.luo.screwuspammer@localhost.locald omain...
    >> On 2006-03-04, ruud <ruud@localhost.localdomain> wrote:
    >> > For a perl program I need the Math::Random, GD::Graph and
    >> > the Spreadsheet::WriteExcel package.
    >> >
    >> > Installing the last two packages went fine using:
    >> >
    >> > sudo apt-get install libgd-graph-perl
    >> > sudo apt-get install libspreadsheet-writeexcel-perl
    >> >
    >> > However, the Math::Random package returns the following:
    >> >
    >> > Reading package lists... Done
    >> > Building dependency tree... Done
    >> > E: Couldn't find package libmath-random-perl
    >> >
    >> > I enabled all repositories but still no luck.
    >> >
    >> > Does anyone know how to get the Math::Random package installed? The cpan
    >> > command does not work because seemingly there is some gpg problem
    >> i> related to the root user in ubuntu.
    >>
    >> sudo cpan
    >> install Math::Random
    >>
    >>
    >> Eric
    >>
    >
    > Alas, not here, I receive an error message, ubuntu 5.10
    >
    >

    And the error is?

    Eric Meyers 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