I did a fresh install of F9. One of the first things that I did after install was run “yum update” to get the latest updates. About half way through, the process got stopped by SELinux. I disabled SE and tried to rerun “yum update”. The update would no longer work however, due to a missing dependency – Perl.
Here is the last few lines where the problem becomes apparent:
—> Package perl-HTML-Tagset.noarch 0:3.10-8.fc9 set to be updated
--> Processing Conflict: kernel conflicts iwl4965-firmware < 228.57.2
--> Finished Dependency Resolution
kernel-2.6.27.25-78.2.56.fc9.i686 from updates-newkey has depsolving problems
--> kernel conflicts with iwl4965-firmware
4:perl-libs-5.10.0-20.fc9.i386 from installed has depsolving problems
--> Missing Dependency: perl = 4:5.10.0-20.fc9 is needed by package 4:perl-libs-5.10.0-20.fc9.i386 (installed)
1:perl-Module-Pluggable-3.60-20.fc9.i386 from installed has depsolving problems
--> Missing Dependency: perl = 4:5.10.0-20.fc9 is needed by package 1:perl-Module-Pluggable-3.60-20.fc9.i386 (installed)
Error: kernel conflicts with iwl4965-firmware
Error: Missing Dependency: perl = 4:5.10.0-20.fc9 is needed by package 4:perl-libs-5.10.0-20.fc9.i386 (installed)
Error: Missing Dependency: perl = 4:5.10.0-20.fc9 is needed by package 1:perl-Module-Pluggable-3.60-20.fc9.i386 (installed)
[root@localhost ~]# rpm -e –nodeps perl
Found the solutions solve this issue
rpm -e –nodeps perl
yum install mod_perl
rpm -e –nodeps gnome-python2-bonobo-2.22.1-2.fc9.i386
yum install gnome-python2-bonobo
yum update