Product SiteDocumentation Site

5.6.7. Avoiding packages with problems when updating

In certain situations you may get dependency problems that may break a software update process, if you want to upgrade avoiding these packages and their dependencies, use the --skip-broken option. This will not solve the dependency problems, but at least have the system as current as possible until a solution is given for the packages with problems.
# su -c "yum udpate --skip-broken"
...