Centos 7 Requires: libgtop-2.0.so.10

Problem

I'm running CentOS 7.5 with MATE. I try to run yum update and get an error 

Processing Dependency: libgtop-2.0.so.10()(64bit) for package: mate-disk-usage-analyzer-1.16.1-1.el7.x86_64

--> Finished Dependency Resolution
Error: Package: marco-1.16.1-3.el7.x86_64 (@epel)
           Requires: libgtop-2.0.so.10()(64bit)
           Removing: libgtop2-2.34.2-2.el7.x86_64 (@base)
               libgtop-2.0.so.10()(64bit)

Solution

Use the option  --enablerepo=epel-testing to pick up the newer mate packages from there.

For example:

#sudo yum update --enablerepo=epel-testing