Hi, I'm trying to get TT2 running on a new Squeeze box, but can't install perlapi. According to Google, it's a virtual package that can be served by perl-base, but perl-base IS installed.

Any ideas?

Ta.
sudo apt-get install libtemplate-toolkit-perl
....
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libtemplate-toolkit-perl : Depends: perlapi-5.8.8 but it is not installable
E: Broken packages
martinm@squeezebox:~/Template-Toolkit-2.22$ sudo apt-get install perlapi
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package perlapi

Sources.list:

deb http://ftp.uk.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ squeeze main contrib non-free
deb http://ftp.debian-unofficial.org/debian squeeze main contrib non-free restricted
deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main
deb http://ftp.uk.debian.org/debian squeeze main #
deb-src http://mirrors.melbourne.co.uk/debian/ squeeze main
deb http://mirrors.melbourne.co.uk/debian/ squeeze main
deb http://people.debian.org/~mako/outgoing/ ./

In reply to perlapi on Squeeze by martinm

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.