G J Piper
Regular Pleskian
My CentOS 7.7.1908 server updated to 7.8.2003 today but there was one package that seems to be having errors updating. Even when I run "yum update" manually I get the following:
I already cleared the yum cache and tried again but no luck.
Is there a solution, or is this a bug to wait out? Thanks for your help.
Code:
[root] # yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.sonic.net
* epel: d2lzkl7pfhq30w.cloudfront.net
* extras: mirror.fileplanet.com
* updates: repos.lax.layerhost.com
Resolving Dependencies
--> Running transaction check
---> Package ImageMagick.x86_64 0:6.7.8.9-18.el7 will be updated
--> Processing Dependency: libMagickCore.so.5()(64bit) for package: plesk-php73-imagick-3.4.3-1centos.7.200418.1216.x86_64
--> Processing Dependency: libMagickCore.so.5()(64bit) for package: plesk-php74-imagick-3.4.3-1centos.7.200418.1216.x86_64
--> Processing Dependency: libMagickWand.so.5()(64bit) for package: plesk-php73-imagick-3.4.3-1centos.7.200418.1216.x86_64
--> Processing Dependency: libMagickWand.so.5()(64bit) for package: plesk-php74-imagick-3.4.3-1centos.7.200418.1216.x86_64
---> Package ImageMagick.x86_64 0:6.9.10.68-3.el7 will be an update
--> Finished Dependency Resolution
Error: Package: plesk-php74-imagick-3.4.3-1centos.7.200418.1216.x86_64 (@PLESK_17_PHP74)
Requires: libMagickWand.so.5()(64bit)
Removing: ImageMagick-6.7.8.9-18.el7.x86_64 (@base)
libMagickWand.so.5()(64bit)
Updated By: ImageMagick-6.9.10.68-3.el7.x86_64 (base)
Not found
Error: Package: plesk-php73-imagick-3.4.3-1centos.7.200418.1216.x86_64 (@PLESK_17_PHP73)
Requires: libMagickCore.so.5()(64bit)
Removing: ImageMagick-6.7.8.9-18.el7.x86_64 (@base)
libMagickCore.so.5()(64bit)
Updated By: ImageMagick-6.9.10.68-3.el7.x86_64 (base)
Not found
Error: Package: plesk-php73-imagick-3.4.3-1centos.7.200418.1216.x86_64 (@PLESK_17_PHP73)
Requires: libMagickWand.so.5()(64bit)
Removing: ImageMagick-6.7.8.9-18.el7.x86_64 (@base)
libMagickWand.so.5()(64bit)
Updated By: ImageMagick-6.9.10.68-3.el7.x86_64 (base)
Not found
Error: Package: plesk-php74-imagick-3.4.3-1centos.7.200418.1216.x86_64 (@PLESK_17_PHP74)
Requires: libMagickCore.so.5()(64bit)
Removing: ImageMagick-6.7.8.9-18.el7.x86_64 (@base)
libMagickCore.so.5()(64bit)
Updated By: ImageMagick-6.9.10.68-3.el7.x86_64 (base)
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I already cleared the yum cache and tried again but no luck.
Is there a solution, or is this a bug to wait out? Thanks for your help.