Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: A Guide to Installing Modules

by shagbark (Acolyte)
on Mar 01, 2015 at 16:48 UTC ( [id://1118290]=note: print w/replies, xml ) Need Help??


in reply to A Guide to Installing Modules

After 'make install', can I 'rm *' to remove the tarball and all its extracted files?

Replies are listed 'Best First'.
Re^2: A Guide to Installing Modules
by Anonymous Monk on Mar 01, 2015 at 17:38 UTC
    After 'make install', can I 'rm *' to remove the tarball and all its extracted files?

    Yes. After make install has completed successfully it's safe to delete the installation files. If you'd like to be sure the module installed successfully, run a script that uses it, or just something like perl -MModule::Name -le 'print $Module::Name::VERSION'. (The only exception might be if you've done some customization in the source directory that you want to keep around.)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 22:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found