Hello! I have a Fedora 10 install CD that I used to install Fedora 10 on my laptop. I read on the internet that you can update by doing the following (as root, of course)
Code:
yum update rpm
yum -y update
yum clean all
followed by a reboot if a new kernel was installed. One wasn't for me.
Then...
Code:
yum install preupgrade
preupgrade
I rebooted, and it installed everything...
HOWEVER... When I went to install some packages with:
Code:
yum install <package name>
as root...
No matter what package I enter, (did some really really basic ones, like gcc) it seems to complain about not being able to find dependencies. Or gives some other bizarre error. I checked in software sources; fedora 11 repos are enabled. I did a fresh install of 10.
Why didn't yum install correctly? Is it just a stupid rarity that can be fixed by me trying again? Should I try again? Does anyone know what I'm doing wrong? Do I need to manually refresh the repos? how? I'm used to slapt-get, which isn't too different.
HELP!


