jeje
jeje

Reputation: 3221

How do I install Image::Magick on Debian etch?

I've been trying to install Image::Magick on Debian etch for a while without great success.

I've got graphicsmagick-libmagick-dev-compat installed, but can't find the .deb for Perl's Image::Magick. And cpan -i Image::Magick gives me all sorts of compilation errors.

Does anyone know the good combination of software so I can finally write use Image::Magick?

Upvotes: 3

Views: 2846

Answers (2)

innaM
innaM

Reputation: 47909

Have you tried libgraphics-magick-perl?

EDIT:

Are you sure you need the real deal?

perlmagick contains its own version of Image::Magick.

Upvotes: 2

jeje
jeje

Reputation: 3221

I've got the answer: The package to install is perlmagick. I hope it doesn't help just me :)

Upvotes: 6

Related Questions