I'm installing Bugzilla and thus I"m working through a list of perl modules to install. I've managed to get a lot of them up and running except for the below Template
module. Is there a apt-get version of this? I have CPAN installed as well. Since I already have CPAN installed, should I removed it once this is all setup and running?
Is there a site somewhere where I can search for software available via apt-get?
COMMANDS TO INSTALL OPTIONAL MODULES:
GD: /usr/bin/perl install-module.pl GD
Chart: /usr/bin/perl install-module.pl Chart::Lines
Template-GD: /usr/bin/perl install-module.pl Template::Plugin::GD::Image
GDTextUtil: /usr/bin/perl install-module.pl GD::Text
GDGraph: /usr/bin/perl install-module.pl GD::Graph
Test-Taint: /usr/bin/perl install-module.pl Test::Taint
COMMANDS TO INSTALL REQUIRED MODULES (You must run all these commands and then re-run this script):
/usr/bin/perl install-module.pl Template
To attempt an automatic install of every required and optional module with one command, do:
/usr/bin/perl install-module.pl --all
* Installation aborted. Read the messages above. *