Dependency issues when updating to F21
Hi guys!
I've been trying to update my computer and failed. I followed this link: https://fedoraproject.org/wiki/Upgrading_Fedora_using_yum#Fedora_20_-.3E_Fedora_21 . It seemed fine and I executed the commands given.
$ rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-21-$(uname -i)then
$ yum update yum; yum clean all; sudo yum --releasever=21 distro-syncThat resulted in this:
Error: Package: xorg-x11-drv-vmware-13.0.2-20.intel20143.x86_64 (@intellinuxgraphics/20) Requires: xserver-abi(videodrv-14) >= 1 Removing: xorg-x11-server-Xorg-1.14.5-20.intel20141.x86_64 (@intellinuxgraphics/20) xserver-abi(videodrv-14) = 1 Updated By: xorg-x11-server-Xorg-1.16.3-2.fc21.x86_64 (updates) ~xserver-abi(videodrv-18) = 0 Error: Package: intel-linux-graphics-installer-1.0.7-20.intel20143.x86_64 (@intellinuxgraphics/20) Requires: libpackagekit-glib2.so.16()(64bit) Removing: PackageKit-glib-0.8.17-1.fc20.x86_64 (@updates/20) libpackagekit-glib2.so.16()(64bit) Updated By: PackageKit-glib-1.0.4-1.fc21.x86_64 (updates) ~libpackagekit-glib2.so.18()(64bit)
I can interpret that something from my intel repo conflicted with the updates repo, but nothing more. I am unsure of what to do. Any ideas?
James
Well, probably the same error will pop up, I'm not sure, but why don't you use FedUp?
I ended up doing that after @davidva said.