in reply to Re: Image magick installation
in thread Image magick installation

which gives you the location of an executable:

$ which convert /usr/bin/convert

You can choose where ImageMagick gets installed by passing the option --prefix= to the configure script. This is documented in the install* files.

For how to install PerlMagick in a private directory, see the CPAN FAQ.