On Tue, 2009-11-10 at 16:17 -0500, Jim wrote:
> If it's a command line tool, then  "imagemagick" isn't the execute 
> command, because it won't execute. What would the command be ?
>  
>   And the ImageMagick RPM is installed.

rpm -ql ImageMagick

Shows you everything a package installa.  Since most commands should be
in a path with "bin" somewhere (/bin/, /usr/bin, and so on...), you can
(usually) grep the output for bin, to find just the commands.

rpm -ql ImageMagick|grep bin

Those are the commands the package installs.



-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to