I'm trying to install curl-devel
package as a prior step to installation of git 2.x.x:
yum install curl-devel
But I get many errors like this one:
Error: Package: gcc-c++-4.4.7-4.el6.x86_64 (@base)
Requires: libstdc++ = 4.4.7-4.el6
Removing: libstdc++-4.4.7-4.el6.x86_64 (@anaconda-CentOS-201311272149.x86_64/6.5)
libstdc++ = 4.4.4-15.el6
libstdc++ = 4.4.7-4.el6
Updated By: libstdc++-4.4.7-16.el6.x86_64 (base)
libstdc++ = 4.4.7-16.el6
libstdc++ = 4.4.4-15.el6
Removing: libstdc++-4.4.7-11.el6.x86_64 (installed)
libstdc++ = 4.4.4-15.el6
libstdc++ = 4.4.7-11.el6
Updated By: libstdc++-4.4.7-16.el6.x86_64 (base)
libstdc++ = 4.4.7-16.el6
libstdc++ = 4.4.4-15.el6
You could try using --skip-broken to work around the problem
I don't know what this error is about. Can someone explain and suggest how to fix it?