Ask a Question related to Ubuntu, Design and Development.
-
ruud #1
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
-
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... -
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... -
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... -
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... -
Installing Packages
Alan, You could be right. Where do I get the full version from? -
Eric Meyers #2
Re: problem installing perl packages
On 2006-03-04, ruud <ruud@localhost.localdomain> wrote:
i> related to the root user in ubuntu.> 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
sudo cpan
install Math::Random
Eric
Eric Meyers Guest
-
John Smith #3
Re: problem installing perl packages
"Eric Meyers" <screwuspammer@nowhere.com> wrote in message
news:slrne0k2r8.luo.screwuspammer@localhost.locald omain...Alas, not here, I receive an error message, ubuntu 5.10> On 2006-03-04, ruud <ruud@localhost.localdomain> wrote:> i> related to the root user in ubuntu.> > 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
>
> sudo cpan
> install Math::Random
>
>
> Eric
>
John Smith Guest
-
Eric Meyers #4
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:>> i> related to the root user in ubuntu.>> > 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
>>
>> sudo cpan
>> install Math::Random
>>
>>
>> Eric
>>
> Alas, not here, I receive an error message, ubuntu 5.10
>
>
And the error is?
Eric Meyers Guest



Reply With Quote

