You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Marc Perkel <ma...@perkel.com> on 2007/07/21 18:13:33 UTC

Screwed up Perl install [OT]

If I have a machine with a screwed up perl configuration, some installed 
in /usr/lib/perl5 and some in /usr/local/lib/perl5, is there any easy 
way to get everything back under /usr/lib/perl5 without starting over? 
Running Fedora Core 6.

Thanks in Advance


Re: Screwed up Perl install [OT]

Posted by Bob Proulx <bo...@proulx.com>.
Marc Perkel wrote:
> If I have a machine with a screwed up perl configuration, some installed 
> in /usr/lib/perl5 and some in /usr/local/lib/perl5, is there any easy 
> way to get everything back under /usr/lib/perl5 without starting over? 
> Running Fedora Core 6.

On my system and I believe on FC too but you should check, a stock
system has no files in the /usr/local tree at all.  This means that
you can simply remove all files from there and return the system to a
stock state, with regards to that directory hierarchy.

  find /usr/local -type f -print

Bob