I'm just in the process of doing a fresh install of F16 as my upgrade from F15 to F16 seemed to have left me with a wonky system, but following the install I tried to open
Update Software and was told that there were incomplete transactions and I would have to run
yum-complete-transaction. However running that wanted to remove nearly all my packages (including yum!) So I looked around and found that I'm supposed to run:
package-cleanup --cleandupes
So I've run this and that's allowing me to run
yum update. My question is will this leave me with an unfunctioning system again? And why has it done this?