Topic: Problem with Upgrade Centos 7 and ImageMagick

Hello,

Centos released a few days ago version 7.8. When I try to upgrade I get the following error:

file /usr/lib64/libMagickCore-6.Q16.so.6.0.0 from install of ImageMagick-6.9.10.68-3.el7.x86_64 conflicts with file from package ImageMagick6-libs-0:6.9.10.91-1.el7.remi.x86_64
  file /usr/lib64/libMagickWand-6.Q16.so.6.0.0 from install of ImageMagick-6.9.10.68-3.el7.x86_64 conflicts with file from package ImageMagick6-libs-0:6.9.10.91-1.el7.remi.x86_64

Uninstalling ImageMagick (ImageMagick-6.7.8.9-18.el7.x86_64) allows me to upgrade, but our customers need the ImageMagick tools.

Is there a way to fix this?

Thanks,
Thomas

2 (edited by thomas@limitis 2020-04-30 08:29:40)

Re: Problem with Upgrade Centos 7 and ImageMagick

Did the following and it seems to work:

yum shell
> remove ImageMagick6-libs
> upgrade ImageMagick
> run

Is the ImageMagick6-libs not needed anymore?

When I do a 'yum search ImageMagick6-libs' after all has been updated, it does not find anything anymore.

Re: Problem with Upgrade Centos 7 and ImageMagick

See https://github.com/remicollet/remirepo/issues/144

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Problem with Upgrade Centos 7 and ImageMagick

Thanks, looked only on the forum. Will check github next time too :-)