Linux-Noob Forums

Full Version: Update problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Hello.

 

When i try to update my computer i get error. I dont know why.

Here i post error code i get.

 

Quote:Transaction Check Error: file /usr/lib/libavcodec.so.51 conflicts between attempted installs of ffmpeg-0.4.9-0.8.20070109.fc6 and ffmpeg-libs-0.4.9-0.34.20070204.lvn6 file /usr/lib/libavformat.so.51 conflicts between attempted installs of ffmpeg-0.4.9-0.8.20070109.fc6 and ffmpeg-libs-0.4.9-0.34.20070204.lvn6

file /usr/lib/libavutil.so.49 conflicts between attempted installs of ffmpeg-0.4.9-0.8.20070109.fc6 and ffmpeg-libs-0.4.9-0.34.20070204.lvn6

file /usr/lib/vhook/drawtext.so conflicts between attempted installs of ffmpeg-0.4.9-0.8.20070109.fc6 and ffmpeg-libs-0.4.9-0.34.20070204.lvn6

file /usr/lib/vhook/fish.so conflicts between attempted installs of ffmpeg-0.4.9-0.8.20070109.fc6 and ffmpeg-libs-0.4.9-0.34.20070204.lvn6

file /usr/lib/vhook/imlib2.so conflicts between attempted installs of ffmpeg-0.4.9-0.8.20070109.fc6 and ffmpeg-libs-0.4.9-0.34.20070204.lvn6

file /usr/lib/vhook/null.so conflicts between attempted installs of ffmpeg-0.4.9-0.8.20070109.fc6 and ffmpeg-libs-0.4.9-0.34.20070204.lvn6

file /usr/lib/vhook/ppm.so conflicts between attempted installs of ffmpeg-0.4.9-0.8.20070109.fc6 and ffmpeg-libs-0.4.9-0.34.20070204.lvn6

file /usr/lib/vhook/watermark.so conflicts between attempted installs of ffmpeg-0.4.9-0.8.20070109.fc6 and ffmpeg-libs-0.4.9-0.34.20070204.lvn6
did you install VLC ? as well as mplayer ?

Hello now i fix the problem i type this:

 



Code:
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
exclude=mplayer* mencoder*




 

And now problem is over


Yes your livna repository was conflicting with the main fedora one. Hence the issue, but using that exclude= (inside the livna.repo file) will mean that yum doesn't install RPM for those packages.

 

Nice!

To temporarily disable livna and install package prog.xyz type yum --disablerepo livna install prog.xyz Livna will not be used for this session.