On Wed, 2013-12-25 at 20:42 +0100, Elio Fabri wrote: > Hi all, > in updating my SL6.4 yum gives the following error > > 20:35:58 : ERROR: Error in yum Transaction : Test Transaction Errors: > file /usr/lib64/libpostproc.so.51.2.0 from install of > ffmpeg-compat-0.6.7-1.el6.x86_64 conflicts with file from package > ffmpeg-libpostproc-0.6.5-1.el6.rf.x86_64 > > What does it mean, and how can it be fixed? > > Thx
It looks like you have both rpmfusion-free-updates (i.e., ffmpeg-compat-0.6.6-1.el6.x86_64) and rpmforge (i.e., ffmpeg-libpostproc-0.6.5-1.el6.rf.x86_64) enabled (and likely other 3rd party repos). Both provide /usr/lib64/libpostproc.so.51.2.0. Pick one repo and disable the other. Steve PS This isn't Fedora. You need to pick-and-choose which 3rd party repos you plan to use.
