The gods have smiled on me recently, and through some bizarre twist of luck, I'm getting one of the new
G4 laptops. So all of a sudden I have 30GB more of actual hard disk space with which to rearrange my workstation's
partition map. So, I figured I would start by backing everything up on the workstation, and get it ready for the transition to 100% server. Now, as I am going through stuff, I see that I appear to have not 1, not 2, but
3 complete perl installs.
- /usr/lib/perl5/5.00503
- /usr/local/lib/perl5/site_perl
- /usr/local/lib/perl5/5.6.0
Now, I'm aware that CPAN.pm can do some sort of snapshot operation whereby it can take a picture of everything you have installed. Can I use this feature to re-install perl so that it's exactly as I left it? Also, How can I go about removing perl without hurting anything? I cant quite just rm -fr each of those directories, right? I get the feeling apache will not like it very much if i do. I keep all my code on a separate partition, so Im not too worried about losing code. I just want to make sure everything is sterile so I can keep track of what I need to back up and what I dont need to back up.
brother dep.
--
i am not cool enough to have a signature.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.