Does anyone know how to fix these dependency issues in yum?
When trying to update my system today, I got these errors:
--> Finished Dependency Resolution
Error: Package: 10:buildsys-build-rpmfusion-kerneldevpkgs-current-20-38.x86_64 (rpmfusion-free-updates)
Requires: kernel-devel-uname-r = 3.15.9-200.fc20.x86_64
Removing: kernel-devel-3.15.5-200.fc20.x86_64 (@updates)
kernel-devel-uname-r = 3.15.5-200.fc20.x86_64
Installed: kernel-devel-3.15.6-200.fc20.x86_64 (@updates)
kernel-devel-uname-r = 3.15.6-200.fc20.x86_64
Installed: kernel-devel-3.15.7-200.fc20.x86_64 (@updates)
kernel-devel-uname-r = 3.15.7-200.fc20.x86_64
Available: kernel-debug-devel-3.11.10-301.fc20.x86_64 (fedora)
kernel-devel-uname-r = 3.11.10-301.fc20.x86_64+debug
Available: kernel-debug-devel-3.15.10-200.fc20.x86_64 (updates)
kernel-devel-uname-r = 3.15.10-200.fc20.x86_64+debug
Available: kernel-devel-3.11.10-301.fc20.x86_64 (fedora)
kernel-devel-uname-r = 3.11.10-301.fc20.x86_64
Installing: kernel-devel-3.15.10-200.fc20.x86_64 (updates)
kernel-devel-uname-r = 3.15.10-200.fc20.x86_64
Error: Package: kmod-VirtualBox-3.15.9-200.fc20.x86_64-4.3.14-1.fc20.4.x86_64 (rpmfusion-free-updates)
Requires: kernel-uname-r = 3.15.9-200.fc20.x86_64
Removing: kernel-3.15.5-200.fc20.x86_64 (@updates)
kernel-uname-r = 3.15.5-200.fc20.x86_64
Installed: kernel-3.15.6-200.fc20.x86_64 (@updates)
kernel-uname-r = 3.15.6-200.fc20.x86_64
Installed: kernel-3.15.7-200.fc20.x86_64 (@updates)
kernel-uname-r = 3.15.7-200.fc20.x86_64
Available: kernel-3.11.10-301.fc20.x86_64 (fedora)
kernel-uname-r = 3.11.10-301.fc20.x86_64
Installing: kernel-3.15.10-200.fc20.x86_64 (updates)
kernel-uname-r = 3.15.10-200.fc20.x86_64
Available: kernel-debug-3.11.10-301.fc20.x86_64 (fedora)
kernel-uname-r = 3.11.10-301.fc20.x86_64+debug
Available: kernel-debug-3.15.10-200.fc20.x86_64 (updates)
kernel-uname-r = 3.15.10-200.fc20.x86_64+debug
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Can anyone point me in the right direction or show me how to fix? I don't have much experience with dependency problems.
My system is Fedora 20 and I have alot of sofware installed.
EDIT: It worked to do as suggested by yum: "--skip-broken"
Output (some of it):
--> Finished Dependency Resolution
Packages skipped because of dependency problems:
10:buildsys-build-rpmfusion-20-38.x86_64 from rpmfusion-free-updates
10:buildsys-build-rpmfusion-kerneldevpkgs-current-20-38.x86_64 from rpmfusion-free-updates
kmod-VirtualBox-4.3.14-1.fc20.4.x86_64 from rpmfusion-free-updates
kmod-VirtualBox-3.15.9-200.fc20.x86_64-4.3.14-1.fc20.4.x86_64 from rpmfusion-free-updates
Dependencies Resolved
Now I get the same errors as before for the remaining packages:
~]$ sudo yum update
Loaded plugins: auto-update-debuginfo, fastestmirror, langpacks, refresh-
: packagekit, versionlock
adobe-linux-i386 | 951 B 00:00:00
adobe-linux-x86_64 | 951 B 00:00:00
home_tpokorra_mono | 1.6 kB 00:00:00
mysql-connectors-community | 2.5 kB 00:00:00
mysql-tools-community | 2.5 kB 00:00:00
mysql56-community | 2.5 kB 00:00:00
rpmfusion-free-updates | 3.3 kB 00:00:00
rpmfusion-nonfree-updates | 3.3 kB 00:00:00
tor | 2.9 kB 00:00:00
tor-source | 2.9 kB 00:00:00
updates/20/x86_64/metalink | 29 kB 00:00:00
virtualbox | 951 B 00:00:00
Loading mirror speeds from cached hostfile
* fedora: mirror.hmzkconsultingltd.com
* fedora-debuginfo: fedora.dcc.fc.up.pt
* rpmfusion-free: www.fedora.is
* rpmfusion-free-debuginfo: www.fedora.is
* rpmfusion-free-updates: www.fedora.is
* rpmfusion-free-updates-debuginfo: www.fedora.is
* rpmfusion-nonfree: www.fedora.is
* rpmfusion-nonfree-debuginfo: www.fedora.is
* rpmfusion-nonfree-updates: www.fedora.is
* rpmfusion-nonfree-updates-debuginfo: www.fedora.is
* updates: ftp.ps.pl
* updates-debuginfo ...
Have you tried what the terminal output suggests ?
sudo yum update --skip-broken
and see if this fixes your problem. If not, post the new results. Edit your question and post them there, not here (at comments). Thanks.@NikTh I've done what you suggested.