Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: fixing a mistake

by Anonymous Monk
on Apr 19, 2011 at 01:19 UTC ( [id://900032]=note: print w/replies, xml ) Need Help??


in reply to fixing a mistake

So the question is, how do I uninstall Perl

If you used apt-get/rpm/whatever to install perl, you use apt-get/rpm/whatever to uninstall perl :)

If you did not, you use rm -rf, usually rm -rf /usr/local/perl5 or whatever is in @INC (or whatever is specified in  perl -V:install.*)

Or see the .packlist file in perl -V:archlib for a core list of files installed with perl

Since you installed over an existing install, maybe you simply need to trim @INC/PERL5LIB or rearrange $PATH, it depends if perl -V:install.* doesn't include version specific directories (with 5.12.3 in the name)

Maybe you simply need to reinstall the old version :) These might be relevant

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://900032]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (6)
As of 2024-04-25 18:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found