Hello
I thought FC6 would be like FC5 as far as yum is concerned. I was so wrong!
After adding jpackage.repo, I issued the command
yum -y update --exclude geronimo-specs --exclude geronimo-specs-compat --exclude ant* (not sure whether ant* will do anything but ...)
but there are far too many dependencies missing so I tried
yum -y update --disablerepo=jpackage --exclude geronimo-specs --exclude geronimo-specs-compat --exclude ant*
Loading "installonlyn" plugin
Error getting repository data for jpackage, repository not found
How can I get yum to work with upgrade again?
Many thanks
Ed