Operating System - HP-UX
1833203 Members
15905 Online
110051 Solutions
New Discussion

Re: I mean installation from CPAN

 

I mean installation from CPAN

I was not clear.

My question was if I install something from CPAN (e.g. perl -MCPAN -e shell ). How can I deinstall? Is it only through rm /opt/perl5/.../somthing or
is there in perl (not in HP-UX) a standard deinstallation proceduree?
1 REPLY 1
Herve BRANGIER
Respected Contributor

Re: I mean installation from CPAN

Hi

If you install a lib from CPAN you probably
made "make install". Do uninstall, I think that
"make uninstall" will works well. (Have a look
to the Makefile).

HTH

Herv?