Hello Michael,

I run the command:

find / -name "Twig.pm" -print

and the output was:


find: /proc/1404/fd: No existe el fichero o el
directorio
/usr/lib/perl5/site_perl/5.8.1/XML/Twig.pm

then I run:
rpm -qa | grep -i twig
[EMAIL PROTECTED] bin]# rpm -e twig
error: package twig is not installed

What's that means?
Johnny G L.

 --- Michael Bell <[EMAIL PROTECTED]>
escribi�: > johnny gonzalez wrote:
> > Hello Michael, 
> > How can I check XML::Twig version, and what should
> I
> > do to solve this problem?
> > Thanks a lot,
> > Johnny Gonzalez L.
> 
> Brute force solution:
> 
> find / -name "Twig.pm" -print
> rpm -qa | grep -i twig
> 
> If you want to be more careful then you can search
> /lib, /usr/lib and 
> /usr/local/lib only.
> 
> 
> If you have such a module installed then you can
> remove it with
> 
> rpm -e package_name
> 
> Michael
> -- 
> 

___________________________________________________
Yahoo! Messenger - Nueva versi�n GRATIS
Super Webcam, voz, caritas animadas, y m�s...
http://messenger.yahoo.es


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to