简体   繁体   中英

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 ?

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

Have you tried libgraphics-magick-perl ?

EDIT:

Are you sure you need the real deal?

perlmagick contains its own version of Image::Magick .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM