Unix Wiki
Register
No edit summary
No edit summary
 
Line 8: Line 8:
 
# <tt>whereis unzip</tt> (write down this path for step 4)
 
# <tt>whereis unzip</tt> (write down this path for step 4)
 
# <tt>sudo cpan</tt>
 
# <tt>sudo cpan</tt>
# (inside cpan shell) <tt>o conf unzip ''unzip_path''</tt>
+
# (inside cpan shell) <tt>o conf unzip ''unzip_path''</tt> (you got the ''unzip_path'' in step 2)
 
# (inside cpan shell) <tt>o conf commit</tt>
 
# (inside cpan shell) <tt>o conf commit</tt>
 
# Exit the cpan shell
 
# Exit the cpan shell

Latest revision as of 20:12, 28 July 2010

If you receive the following message in CPAN

Cannot unzip, no unzip program available

On a Debian based system, follow these 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 (you got the unzip_path in step 2)
  5. (inside cpan shell) o conf commit
  6. Exit the cpan shell