On 1/9/12 6:25 AM, Michael Scheidell wrote:
On 1/8/12 9:52 PM, email builder wrote:
rpm -e --nodeps perl-IO-Socket-INET6
By the way, is there a way to grep for the errant code?  My
feeble attempt didn't turn up much:

as in one of  my previous emails:

'locate IO-Socket-INET6'


locate INET6

and/or:

(here was previous email)

or, you could just delete (manually) IO-Socket-INET6 (make a backup first!)
on freebsd (with perl 5.10.1):

/usr/local/lib/perl5/5.10.1/man/man3/IO::Socket::INET6.3.gz
/usr/local/lib/perl5/site_perl/5.10.1/IO/Socket/INET6.pm
/usr/local/lib/perl5/site_perl/5.10.1/mach/auto/IO/Socket/INET6
/usr/local/lib/perl5/site_perl/5.10.1/mach/auto/IO/Socket/INET6/.packlist

on fedora, try:

find /usr/lib/ -name 'INET6*'
(back them up) you should see them as above. but, yum won't know they are gone.
might be in /usr/lib/perl5/{version}
and /usr/lib/perl5{version}|vendor}

ask on linux users group how to get yum to rm a dependency without the package.

on freebsd, it would be something like 'pkg_delete -f p5-IO-SOCKET-INET6' (the -f to force it to be removed)
and, pkgdb -F (to FIX the package database and remove the dependency link)









--
Michael Scheidell, CTO
o: 561-999-5000
d: 561-948-2259
>*| *SECNAP Network Security Corporation

   * Best Mobile Solutions Product of 2011
   * Best Intrusion Prevention Product
   * Hot Company Finalist 2011
   * Best Email Security Product
   * Certified SNORT Integrator

______________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). For Information please see http://www.spammertrap.com/ ______________________________________________________________________

Reply via email to