Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: CPAN uninstall

by marto (Cardinal)
on Jan 04, 2021 at 16:24 UTC ( [id://11126287]=note: print w/replies, xml ) Need Help??


in reply to CPAN uninstall

Use cpanm. It lets you uninstall modules. Without writing something yourself or just examining your file system nothing springs to mind to list recently installed modules.

Does it matter that there are modules installed that I don't know what they are or what they do?"

If you uninstall a dependency (or a dependency of a dependency) of a module you rely on, expect problems.

Replies are listed 'Best First'.
Re^2: CPAN uninstall
by shmem (Chancellor) on Jan 04, 2021 at 16:27 UTC

    isn't there a perllocal.pod somewhere being updated by cpan?

    perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

      Yes. perldoc perllocal will list all the locally-installed (ie. non-core) modules ordered by time of installation. It should be updated by any installation method including your O/S package manager, cpan, cpanplus, cpanminus, make install, etc.


      🦛

      isn't there a perllocal.pod somewhere

      Yes! Found it thanks :)
      C:\Strawberry\perl\lib\perllocal.pod

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-16 20:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found