LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem in updating the system using yum (https://www.linuxquestions.org/questions/linux-newbie-8/problem-in-updating-the-system-using-yum-917288/)

theashishmishra 12-05-2011 03:51 PM

Problem in updating the system using yum
 
I have installed Fedora 16 today but when I was trying to update my system using the command
yum update

It showed this error message in the end
Processing Dependency: checkpolicy >= 2.1.6-2 for package: selinux-policy-3.10.0-64.fc16.noarch
--> Finished Dependency Resolution
Error: Package: selinux-policy-3.10.0-64.fc16.noarch (updates-testing)
Requires: checkpolicy >= 2.1.6-2
Installed: checkpolicy-2.1.3-1.2.fc16.i686 (@anaconda-0)
checkpolicy = 2.1.3-1.2.fc16
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

What could be the solution?
Thanks

kbp 12-05-2011 04:00 PM

Why do you have updates-testing enabled ?

theashishmishra 12-05-2011 04:04 PM

I have not enabled anything by myself..Its default..I have installed Fedora16 few hours ago..Its Beta version I guess

kbp 12-05-2011 04:12 PM

The updates-testing repo shouldn't be enabled by default, you can disable it by editing /etc/yum.repos.d/fedora-updates-testing.repo and changing all the 'enabled=1' to 'enabled=0'. If you then retry the 'yum update' you should be ok.

theashishmishra 12-05-2011 04:18 PM

Thanks a lot..It worked :)


All times are GMT -5. The time now is 12:51 PM.