Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^4: How to uninstall module of perl

by calvinlyp (Novice)
on May 24, 2009 at 15:18 UTC ( [id://765930]=note: print w/replies, xml ) Need Help??


in reply to Re^3: How to uninstall module of perl
in thread How to uninstall module of perl

in the first place i installed using the specified version of the module.i use the steps as shown below to install.

perl Makefile.PL

make

make test

make install

recently i went to update by using the following method: cpan -i MIME::Base64

(can i know the above command i use is to install the latest version from CPAN right?)

Replies are listed 'Best First'.
Re^5: How to uninstall module of perl
by ig (Vicar) on May 24, 2009 at 20:07 UTC

    Yes, cpan -i MIME::Base64 will have installed the latest version from CPAN.

    If you download the version of the module you want, you should be able to remove the current (newer) version and install the older version with:

    perl Makefile.PL make make test make install UNINST=1

    Setting UNINST=1 when you install should cause the existing version to be uninstalled.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 23:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found