Unix Wiki
Advertisement

If you receive the following message in CPAN

Cannot unzip, no unzip program available

Follow those steps to solve it

  1. sudo apt-get install unzip
  2. whereis unzip (write down this path for step 4)
  3. sudo cpan
  4. (inside cpan shell) o conf unzip unzip_path
  5. (inside cpan shell) o conf commit
  6. Exit the cpan shell
Advertisement