[CentOS] yum upgrade not working

Mon Dec 22 15:50:24 UTC 2014
Jussi Hirvi <greenspot at greenspot.fi>

This often helps to avoid broken dependencies:

yum --disablerepo=\* --enablerepo=base --enablerepo=updates update

After that, a regular yum update.

- Jussi

On 22.12.2014 17.39, Tim Dunphy wrote:
> Removing that libyaml package allowed me to upgrade!
>
> Thanks for the tip!