Don Springall <don_springall <at> hotmail.com> writes: > > When I try to do a "yum update kernel" this is what i get: > Error: Missing Dependency: libnetsnmp.so.5 is needed by package hpojError: Missing Dependency: libnetsnmp.so.5 is needed by package kdeutilsError: Missing Dependency: XFree86-devel >= 4.2.99 is needed by package pango-develError: Missing Dependency: XFree86-devel is needed by package SDL-develError: Missing Dependency: XFree86-devel is needed by package gtk+-develError: Missing Dependency: XFree86-devel is needed by package gtk2-devel > Is there any way to force yum to do the update anyway like you do with "rpm -Uvh --force" ? > And does anyone know why fedora is building packages needing XFree86 when they switched to Xorg for X Windows ? > Are you running rawhide? Do you have the development repositories enabled? There is some breakage in rawhide with modular Xorg replacing the monolithic Xorg packages. XFree86-devel is a virtual dependency; it is currently provided by xorg-x11-devel but is going away as lots of -devel packages for individual libraries replace it. fedora-devel and fedora-testers list are better places to ask about issues with Rawhide. - Ian