On Monday 16 June 2008 10:35:10 am Alex Timm wrote: > I'm trying to do an update and I am getting the following: > > Transaction Check Error: > file /usr/lib64/libdc1394.so.22 from install of libdc1394-2.0.2-1.fc7 > conflicts with file from package libdc1394_22-2.0.1-10.fc7 > > I understand the normal way to fix this is to remove > libdc1394_22-2.0.1-10.fc7 and then install libdc1394-2.0.2-1.fc7. But if I > remove it, it also wants to remove the following: > =========================================================================== >== Package Arch Version Repository > Size > =========================================================================== >== Removing: > libdc1394_22 x86_64 2.0.1-10.fc7 installed 181 > k Removing for dependencies: > ffmpeg x86_64 0.4.9-26_r12135.fc7 installed > 485 k libavdevice52 x86_64 0.4.9-26_r12135.fc7 installed > 32 k libdc1394 x86_64 2.0.1-10.fc7 installed > 1.0 M libquicktime x86_64 1.0.2-22.2.fc7 installed > 483 k mytharchive x86_64 0.21-189.fc7 installed > 16 M mythplugins x86_64 0.21-189.fc7 installed > 18 k mythtv x86_64 0.21-189.fc7 installed > 0.0 mythvideo x86_64 0.21-189.fc7 installed > 2.3 M transcode x86_64 1.0.5-33.2.fc7 installed > 10 M > > How can I update without removing all of this? > > Thanks, Alex Timm
you can do rpm -e --nodeps libdc1394 libdc1394_22 then install fedora's libdc1394 by yum --disablerepo=atrpms install libdc1394 then yum update -- Anthony - http://messinet.com - http://messinet.com/~amessina/gallery 8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ atrpms-users mailing list [email protected] http://lists.atrpms.net/mailman/listinfo/atrpms-users
