Hi perl monks

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:~#

In reply to perl depends on perl-base (= 5.8.8-7etch6) ... by Albretch Mueller

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.