Page 1 of 1

update conflicts

PostPosted: Aug 25th, '11, 15:29
by rcdawson
I could not install three of the most recent batch of updates. Received the following message:

- kdebase4-runtime-4.6.5-1.1.mga1.i586 (due to conflicts with soprano-plugin-virtuoso-2.6.0-0.1.mga1.i586)
- task-kde4-4.6.5-0.mga1.noarch (due to unsatisfied task-kde4-minimal[== 1:4.6.5-0.mga1])
- task-kde4-minimal-4.6.5-0.mga1.noarch (due to conflicts with soprano-plugin-virtuoso-2.6.0-0.1.mga1.i586, due to conflicts with soprano-plugin-virtuoso-2.6.0-0.1.mga1.i586)

What can be done about this?

Richard

Re: update conflicts

PostPosted: Aug 25th, '11, 17:34
by djennings
In a root terminal
Code: Select all
rpm -e --nodeps  soprano-plugin-virtuoso
urpmi task-kde4
urpmi soprano-plugin-virtuoso

should do the trick.

Re: update conflicts

PostPosted: Aug 26th, '11, 05:28
by rcdawson
thank you.
rpm -e --nodeps soprano-plugin-virtuoso reported that it wasn't installed
urpmi task-kde4 installed the soprano plugin virtuoso as well as several other items.
running urpmi soprano-plugin-virtuoso afterwards reported that it was marking the installation as manual. Is that a problem?

Richard