Install perl modules through CPAN on Debian/ Ubuntu

After the installation of Koha on Debian, it seems that the installation of the remaining CPAN modules (e.g. Data::Pagination) is reluctant to install via terminal. We need to install the following package to install CPAN modules properly:

sudo apt install build-essential

Then try to install CPAN modules from the terminal,

sudo su
cpan
install Package::Name

e.g. install Data::Pagination

1 comment:

  1. Vimal, interestingly Chris had this to say on the topic - http://blog.bigballofwax.co.nz/2015/04/06/koha-on-debian-or-ubuntu-please-dont-use-cpan/

    ReplyDelete