How to install ImageMagick on linux?

You should follow below steps :

============
1.Check whether ImageMagick has been installed or not.
which convert or which montage like this or locate ImageMagick. Or rpm -qa |grep ImageMagic
2. yum install ImageMagick
3. Now check once again.
4. rpm -ql ImageMagic| more
5. rpm -qf /usr/local/bin/convert //to check the exact rpm which has used for this binary.
============

That’s it. Try now 🙂



Both comments and pings are currently closed.

Comments are closed.