On Wed, 2006-04-05 at 15:55 -0700, Robinson Tiemuqinke wrote: > Hi, > > I just installed yum-utils for my FC4 box, but the > tool repoquery in it reports problems. Please help. > > [root@testnode01 x86_64]# rpm -q yum-utils > yum-utils-0.3.1-1.fc4 > [root@testnode01 x86_64]# repoquery --whatprovides > glibc > Traceback (most recent call last): > File "/usr/bin/repoquery", line 640, in ? > main(sys.argv) > File "/usr/bin/repoquery", line 592, in main > repoq = YumBaseQuery(pkgops, sackops, opts) > File "/usr/bin/repoquery", line 298, in __init__ > self.conf = yum.config.yumconf() > AttributeError: 'module' object has no attribute > 'yumconf' > [root@testnode01 x86_64]# You seem to be running a newer yum than what's included in FC4. If you're running yum >= 2.5.x you'll want the latest yum-utils from CVS, or the one from FC5 extras if you don't mind the group-functionality being completely broken :) - Panu -