Linux-Noob Forums
Update problem - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html)
+---- Forum: Fedora Core Release 6 (https://www.linux-noob.com/forums/forum-44.html)
+---- Thread: Update problem (/thread-1564.html)



Update problem - Linux-N00b - 2007-03-04


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



Update problem - anyweb - 2007-03-04

did you install VLC ? as well as mplayer ?



Update problem - Linux-N00b - 2007-03-04


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




Update problem - znx - 2007-03-04


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!




Update problem - glennzo - 2007-03-06

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