On Wed, Jun 10, 2009 at 10:43 AM, Neal Becker<ndbecker2 at gmail.com> wrote: > After update to F11 I have this: > > (amarok is broken, so I did yum remove amarok, then:) > > sudo yum install amarok > /usr/lib/yum-plugins/merge-conf.py:22: DeprecationWarning: the md5 module is > deprecated; use hashlib instead > ?import os, sys, md5 > Loaded plugins: allowdowngrade, changelog, fastestmirror, merge-conf, refresh- > packagekit > Loading mirror speeds from cached hostfile > ?* fedora: astromirror.uchicago.edu > ?* kde: mirror.unl.edu > ?* kde-all: mirror.unl.edu > ?* livna: rpm.livna.org > ?* rpmfusion-free: astromirror.uchicago.edu > ?* rpmfusion-free-updates: astromirror.uchicago.edu > ?* rpmfusion-nonfree: astromirror.uchicago.edu > ?* rpmfusion-nonfree-updates: astromirror.uchicago.edu That's what you get when using third party repositories. yum install amarok --disablerepo=kde --disablerepo=kde-all Chitlesh