Jonathan Berry a écrit : > $ sudo yum --enablerepo=remi update firefox ... > ---> Package firefox.x86_64 0:2.0.0.3-1.fc6.remi set to be updated > --> Running transaction check ... > ---> Package devhelp.x86_64 0:0.12-11.fc6.remi set to be updated > ---> Package yelp.x86_64 0:2.16.0-13.fc6.remi set to be updated Yum as done it's job, great. > Error: Package devhelp needs gecko-libs = 1.8.0.10, this is not available. > Error: Package devhelp needs libgtkembedmoz.so, this is not available. This is required by devhelp (or others) i386 RPM > (since I am currently using the 32-bit version for Flash). You should try nspluginwrapper (available in my repo). This allow you to run Flash (i386) under firefox x86_64 (and others extensions) : http://remi.collet.free.fr/index.php?2007/03/05/311-nspluginwrapper-09913-1 > Still yum did not figure out to grab the devhelp.i386 package. Dependencies are handle by a "virtual" provides/requires of gecko-libs which is not "arch" dependent. I think an improvement could be to use gecko-i386-libs, gecko-x86_64-libs and gecko-ppc-libs. Feel free to file a RFE bug about this (fedora core / devel / firefox) Remi.