Tuesday, November 18, 2008

Yum - Seg Fault

If yum gives you a seg fault then try as root:

rm -f /var/lib/rpm/__db*
rpm --rebuilddb

Also I found disabling the extras repository helps:

yum --disablerepo=extras search|whatever...

No comments: