On Thu, 2007-04-01 at 08:22 -0700, Tom Smith wrote:
> > You may want to try etch. I expect to type:
> >
> > apt-get install twiki
>
> <snip>
>
> Ubuntu 6.06 LTS is gcc4--versions before that were not.
>
> All of the extra Perl modules I needed on 6.06 were installable via
> apt--only one came from the universe repository. So only Twiki
> required
> a manual install.
>
>
>
That's the point of using apt-get. It will find all the dependencies
for you. You may want to try:
apt-get -s install twiki
The "-s" prevents the install from running, but tests it. You may find
that twiki is already in universe ...
Also, 'apt-cache search twiki' should find it (afaik, apt-cache was not
available on woody so I don't always remember to use it).
--
--gh