Is it possible to force yum to update everything that can be updated, even if there are dependency problems with other packages? When 'yum update' finds a dependency problem it stops and updates nothing, although there might be an updatable subset of packages. This subset can be installed manually, i.e. issue 'yum check-updates', identify (guess) the problematic package and either update with 'yum install <good packages>', omitting the problematic package, or put it in the exclude configuration option. It would be nice however, if yum could do this automatically. Thomas