On Mon, 15 Nov 2004, Cory Riddell wrote: > Satish Balay wrote: > > > On Mon, 15 Nov 2004, Cory Riddell wrote: > > > > > > > Satish Balay wrote: > > > > > > > > > > On Mon, 15 Nov 2004 criddell@xxxxxxxxxxxxxx wrote: > > > > > > > > > > > > > > > > > Error: Requiring package gimp-2.0.5-5.i386 not in transaction set > > > > > > > > > Perhaps you should try again (or use a better mirrorlist/baseurl)\ > > > > > > > > > > > I've tried several times with no success. I don't think there is a problem > > > with the mirrorlist because I am able to install / upgrade packages that > > > are > > > not on that list. It is just that short list of packages in my original > > > post > > > which is giving me problems. > > > > > Also what do you have for the following? > > > > # rpm -q libwmf gimp > > libwmf-0.2.8.3-5 > > gimp-2.0.5-5 > > > > > # rpm -q libwmf gimp > package libwmf is not installed > gimp-2.0.5-0.fc2.3 Something is surely messed-up as libwmf is not installed and gimp requires libwmf --- --> Running transaction check --> Processing Dependency: libwmf-0.2.so.7 for package: gimp --> Processing Dependency: libwmflite-0.2.so.7 for package: gimp --- you could try: yum -y install gimp <errors> yum -y install libwmf yum -y install gimp And see what happens. Satish