Albretch Mueller has asked for the wisdom of the Perl Monks concerning the following question:
I am using knoppix 5.1.1 (based on etch) and I need a complete installation of version of perl it comes with (per perl -V) perl5 (revision 5 version 8 subversion 8) even if temporarily to just finish some other installation
But when I tried to install it I got I error I don't really know how o deal with
How can I install a complete copy of perl 5.8.8?
thank you
lbrtchx
Here is what I did/got:
root@Knoppix:~# wget http://debian.lcs.mit.edu/debian/pool/main/p/perl +/perl_5.8.8-7etch6_i386.deb --11:00:00-- http://debian.lcs.mit.edu/debian/pool/main/p/perl/perl_5 +.8.8-7etch6_i386.deb => `perl_5.8.8-7etch6_i386.deb' Resolving debian.lcs.mit.edu... 128.30.2.36 Connecting to debian.lcs.mit.edu|128.30.2.36|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 3,599,182 (3.4M) [application/x-debian-package] 100%[================================================================= +====================================>] 3,599,182 187.09K/s ETA +00:00 11:00:19 (185.77 KB/s) - `perl_5.8.8-7etch6_i386.deb' saved [3599182/3 +599182] root@Knoppix:~# dpkg -i perl_5.8.8-7etch6_i386.deb (Reading database ... 110893 files and directories currently installed +.) Preparing to replace perl 5.8.8-7 (using perl_5.8.8-7etch6_i386.deb) . +.. Unpacking replacement perl ... dpkg: dependency problems prevent configuration of perl: perl depends on perl-base (= 5.8.8-7etch6); however: Version of perl-base on system is 5.8.8-7. perl depends on perl-modules (>= 5.8.8-7etch6); however: Version of perl-modules on system is 5.8.8-7. dpkg: error processing perl (--install): dependency problems - leaving unconfigured Errors were encountered while processing: perl root@Knoppix:~#
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl depends on perl-base (= 5.8.8-7etch6) ...
by tirwhan (Abbot) on Nov 16, 2009 at 16:41 UTC | |
by Albretch Mueller (Initiate) on Nov 16, 2009 at 19:07 UTC |