Charles White <[EMAIL PROTECTED]> said:
> I'm running an Intel iMac that I purchased... Friday night. I've used  
> various flavors of Linux over the last year and a half but I'm only a  
> casual *nix user. Help.
>
> charles-whites-computer:~ chuck$ source /sw/bin/init.sh ; gimp
> -bash: gimp: command not found
> charles-whites-computer:~ chuck$ sudo fink list -i gimp
> Information about 1762 packages read in 0 seconds.
> i   gimp             1.2.5-1007   The GNU Image Manipulation Program

Sometimes the command name is not the same as the package name. Some
packages contain lots of programs ("gnome-games" has a separate
program for each game, but no unified interface to the whole suite of
them). And some commands may be available in many different versions
or with different configurations and options enabled, so the programs
have different names so you can control which you use. 'dpkg -L' will
tell you the names of all the files installed by a certain package;
files in /sw/bin and /sw/sbin are the ones you'd usually run. Try

  dpkg -L gimp

and see if maybe the file in /sw/bin has a name other than just "gimp".

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to