Question : I want to install an "upgrade" of the previous RPM

I already installed ImageMagick (using Yum), but it's the 6.0.7 version, and i want to install the 6.3.6.10 version.

I downloaded the RPM of this version, but when i try to install it using rpm -U, i get the following error:

[root@web1 ~]# rpm -U ImageMagick-6.3.6.10-1.n0i.11.fc9.i386.rpm
error: Failed dependencies:
      libHalf.so.6 is needed by ImageMagick-6.3.6.10-1.n0i.11.fc9.i386
      libIex.so.6 is needed by ImageMagick-6.3.6.10-1.n0i.11.fc9.i386
      libIlmImf.so.6 is needed by ImageMagick-6.3.6.10-1.n0i.11.fc9.i386
      libIlmThread.so.6 is needed by ImageMagick-6.3.6.10-1.n0i.11.fc9.i386
      libImath.so.6 is needed by ImageMagick-6.3.6.10-1.n0i.11.fc9.i386
      libgs.so.8 is needed by ImageMagick-6.3.6.10-1.n0i.11.fc9.i386
      libgvc.so.4 is needed by ImageMagick-6.3.6.10-1.n0i.11.fc9.i386
      libjasper.so.1 is needed by ImageMagick-6.3.6.10-1.n0i.11.fc9.i386
      liblcms.so.1 is needed by ImageMagick-6.3.6.10-1.n0i.11.fc9.i386
      libpng12.so.0(PNG12_0) is needed by ImageMagick-6.3.6.10-1.n0i.11.fc9.i386
      librsvg-2.so.2 is needed by ImageMagick-6.3.6.10-1.n0i.11.fc9.i386
      libwmflite-0.2.so.7 is needed by ImageMagick-6.3.6.10-1.n0i.11.fc9.i386
      rtld(GNU_HASH) is needed by ImageMagick-6.3.6.10-1.n0i.11.fc9.i386
[root@web1 ~]#

Could you help me?
Related Solutions: Installing RPM on Linux

Answer : I want to install an "upgrade" of the previous RPM

The following line from your output:
libHalf.so.6 is needed by ImageMagick-6.3.6.10-1.n0i.11.fc9.i386
Suggest that you need to upgrade your version of libHalf.so to version 6. To do that you'll need to install the RPM which contains that library.
To find out which RPM you will need to search it by name of library in the website I gave you the link for. You will need to search all of your missing Libraries in order to find which RPMs to install. I suggest searching first so that you'll know if one RPM contains more than one of the Libraries you need.
Random Solutions  
 
programming4us programming4us