> On Sep 3, 2015, at 12:36, Dan Barrie <danbar...@gmail.com> wrote: > > Hi, > > I've looked through the beginner mailing list archive and guidance on the > Fink website and elsewhere, but was unable to resolve what I assume is a > basic issue. > > I installed GraphicsMagick successfully using Fink, but related commands, > e.g., "convert" are not working. I messed around with the path, etc., but > that didn't seem to resolve the issue. How do I get the shell to see > GraphicsMagick? I'm not even totally sure where GraphicsMagick installed, but > it seems to be in /sw/lib Thanks! > > -Dan
User executables are in /sw/bin, normally. $ dpkg -L graphicsmagick | grep bin /sw/bin /sw/bin/gm Instead of separate executables for each tool, GraphicsMagick uses a single “gm” command where the ImageMagick command is given as a verb, so to do “convert” you would use “gm convert”. If you install graphicsmagick-imagemagick-compat, this will install wrappers to have the different tools be separate commands. -- Alexander Hansen, Ph.D. Fink User Liaison ------------------------------------------------------------------------------ Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 _______________________________________________ Fink-beginners mailing list Fink-beginners@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners