Topic: Yum install Inkscape Error conflicts with ImageMagick-last.

I get this

...
--> Running transaction check
---> Package libXfont.x86_64 0:1.4.5-4.el6_6 will be installed
---> Package libfontenc.x86_64 0:1.0.5-2.el6 will be installed
--> Processing Conflict: ImageMagick-last-6.9.0.4-1.el6.remi.x86_64 conflicts ImageMagick
--> Finished Dependency Resolution
Error: ImageMagick-last conflicts with ImageMagick-6.5.4.7-7.el6_5.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

When running
yum install inkscape

On Centos 6.6 (Final).
Can you provide an Inkscape version that is compatible with Imagemagick-last?

REMI repo has been very helpful to me!, Thanks for all the work!

I first posted the question on the CentOS forum, they suggested to ask here... (some more details in the link)
https://www.centos.org/forums/viewtopic … mp;t=51149

Re: Yum install Inkscape Error conflicts with ImageMagick-last.

As said on CentOS Forum

yum remove ImageMagick-last
yum install inkscape

And no, you cannot have both version of the tools installed.
This should be better... in RHEL/CentOS-8... thanks to the package split (-libs), but this have happen to late for RHEL/CentOS-7 sad

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: Yum install Inkscape Error conflicts with ImageMagick-last.

Remi wrote:

As said on CentOS Forum

yum remove ImageMagick-last
yum install inkscape

And no, you cannot have both version of the tools installed.
This should be better... in RHEL/CentOS-8... thanks to the package split (-libs), but this have happen to late for RHEL/CentOS-7 sad

Ok, that's sad, I have to use the old version of ImageMagick then sad. Thanks for good answer and fast reply!

Re: Yum install Inkscape Error conflicts with ImageMagick-last.

See https://bodhi.fedoraproject.org/updates … 817ddca577

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