On Sat, 2003-09-27 at 22:16, Rodolfo J. Paiz wrote:
> Hi!
> 
> Not knowing the difference, I used CPAN to install the HTML::Parser module 
> and now the RPM package that depends on it won't install since it doesn't 
> see it. I do NOT want to use "--force" on the package; I would much rather 
> delete the CPAN module and find/install the HTML::Parser module from RPM.
> 
> Can anyone tell me how to delete a CPAN module from my system? If there's 
> no easy way, is it safe to wipe perl ENTIRELY off the system, and then 
> reinstalling perl from RPM so as to get only "what came with the operating 
> system"?
> 
> Thanks,
> 

I don't know the answer and in the absence of additional help, I would
try the following:

1.  untar the module, run perl MAKEFILE.PL ( the perl script that builds
the make file for the given system) or what ever it is called and then
try make uninstall if you are lucky it should uninstall itself.

2.  build an rpm from the module using cpanflute[2] install the package
and erase it.

3. If you think it is going to work, find the rpm and rpm -ivh --justdb
rpmfile.  you can try to verify it but I suspect that the file locations
might be different.

HTH

Bret


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to