ImageMagick on CentOS 4.1

I need to install ImageMagick on CentOS 4.1, but ‘yum install ImageMagick’ doesn’t seem to have it.

I see the ImageMagick RPMS here though… http://updates.interworx.info/caos/centos-4/4.1/os/i386/CentOS/RPMS/

Can I use those?

I didn’t have any problems.

I could have swore this part of the CentOS 4.1 core install anyway.

Have you verified that it’s in there yet?

rpm -qa | grep Image

No, its not there. Also, I just noticed that my yum.conf reads:


[interworx-cp-rhe4x]
name=InterWorx-CP - RedHat Enterprise $releasever
baseurl=http://updates.interworx.info/iworx/RPMS/rhe4x/$basearch
#gpgcheck=1

Is that normal on a CentOS box?

I could be wrong, but i think it comes from the CentOS Extra’s repo, do you have that enabled?

Clint

Nope, no extras repo in my yum.conf … just the noarch and the one above. Also, there is the dag wieers repo which is commented out.

My worry now is is, why does yum.conf say rhe4x? Shouldn’t it say CentOS something?

CentOS 4.1 was built off of redhat enterprise 4, that is fine.

#additional packages that may be useful
[extras]

#packages used/produced in the build but not released
[addons]

might be in your yum.repos.d/ folder, in the CentOS-Base.repo file.

Make sure those are not commented.

Thanks,
Clint

As Clint said, it’s fine as is.

Chris