[CentOS] Issues when updating CentOS 7

Fri Apr 5 23:03:11 UTC 2019
Jyrki Tikka <jyrki.tikka at iki.fi>

>I wanted to update my CentOS 7 install this morning and I
started>getting the errors from below.
>Any ideas on a fix?
Certainly!
>Error: Package: python34-xapps-overrides-1.0.4-13.el7.x86_64 (@epel)
>           Requires: xapps(x86-64) = 1.0.4-13.el7
>           Removing: xapps-1.0.4-13.el7.x86_64 (@epel)
>               xapps(x86-64) = 1.0.4-13.el7
>           Updated By: xapps-1.0.4-14.el7.x86_64 (epel)
>               xapps(x86-64) = 1.0.4-14.el7
> You could try using --skip-broken to work around the problem
> You could try running: rpm -Va --nofiles --nodigest

The package python34-xapps-overrides-1.0.4-13.el7.x86_64 has been
replacedby python36-xapps-overrides-1.0.4-14.el7.x86_64 and yum can't
handle it.Sometimes the problem will be solved within reasonable time
but sometimes it'sjust simpler to remove and reinstall some offending
package.
Just remove xapps (yum remove xapps) and note which packages are
removed with it.On my systems these packages were removed:
Packages Altered:    Erase python2-xapps-overrides-1.0.4-
13.el7.x86_64  @epel    Erase python34-xapps-overrides-1.0.4-
13.el7.x86_64 @epel    Erase xapps-1.0.4-
13.el7.x86_64                    @epel    Erase xed-1.6.2-
3.el7.x86_64                       @epel
Then reinstall xapps, xed, python2-xapps-overrides andinstall python36-
xapps-overrides like so:
Packages Altered:    Install python2-xapps-overrides-1.0.4-
14.el7.x86_64  @epel    Install python36-xapps-overrides-1.0.4-
14.el7.x86_64 @epel    Install xapps-1.0.4-
14.el7.x86_64                    @epel    Install xed-1.6.2-
3.el7.x86_64                       @epel
<(*) Jyrki