My application needs to call 'convert' - http://linux.about.com/od/commands/l/blcmdl1_convert.htm

But its not present on my redhat system. How / what do I install?

link|improve this question

71% accept rate
feedback

2 Answers

up vote 7 down vote accepted

convert is part of the package ImageMagick; try sudo yum install ImageMagick (or other privilege escalation method as appropriate to your system).

link|improve this answer
feedback

Next time you need a command like this you can figure out what package to install by running something like yum whatprovides '*/convert'.

link|improve this answer
Heh, beat me to it! – Gaius Oct 26 '10 at 12:08
You'll want to format that a bit differently. yum whatprovides '*/convert' – Aaron Copley Nov 2 '10 at 20:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.