>From: "John Lagrue" <jlagrue@xxxxxxxxx> > > Running F7 on 64 system. > > The updater tells me that I have new updates ready to install, but > attempting to get them gives this error: > > Missing Dependency: libdts.so.0()(64bit) is needed by package > xine-lib-extras-nonfree > Missing Dependency: libx264.so.54()(64bit) is needed by package ffmpeg-libs > Missing Dependency: libdts.so.0()(64bit) is needed by package ffmpeg-libs > > Anyone else seen this? Yep. See this bugzilla: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=242368 If you install yum-utils you can run "package-cleanup --problems" and get a list of everything that is missin, then use yum to install all the things it mentions as missing, and you'll be back to normal (until you install something else that it misses dependencies for :-).