Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Ingo Thies Newsgroups: comp.graphics.apps.gnuplot Subject: Re: updating gnuplot Date: Thu, 31 Mar 2011 16:55:51 +0200 Lines: 26 Message-ID: <8vjivoFlrqU1@mid.individual.net> References: <8304c8a7-b732-4fad-a90b-c5ed5aac226c@a17g2000yqn.googlegroups.com> <57027cbf-3595-4fe6-b4b4-9044b44a958e@w7g2000yqe.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: individual.net sektEjklG032oLZcacFdBwJfuEBXtIm5B7bFsRs3BsmvNon6Wq Cancel-Lock: sha1:4OHE6hGunIaNyfTUWqN+MG0NuNQ= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 In-Reply-To: <57027cbf-3595-4fe6-b4b4-9044b44a958e@w7g2000yqe.googlegroups.com> Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:196 On 30.03.2011 12:09, Ze wrote: > Mac OSX doesn't seem to have an application to remove software (I > couldn't find one, anyway). Move to trash will do > Also, gnuplot doesn't show up in the list > of applications. Of course not. Each .app file contains a full tree of files required for running the application. However, most programs installed via a Unix-like way are installed at different positions and are being run from the command line (like X11). Since the "list of application" is nothing else than a directory containing files and folders, only those things will appear there which you actually put there (or are installed there from a pkg). By the way, command-line stuff like latex, gzip usw. is also not in the /Applications folder but typically within /usr or (if installed via Fink) /sw. -- Gruß, Ingo