X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org From: "Alexander M. Batishchev" To: Subject: Re: Is it possible to install cygwin application passing the setup? Date: Wed, 24 Dec 2008 04:00:51 +0300 Message-ID: <000901c96563$11275d90$337618b0$@net.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Note-from-DJ: This may be spam Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id mBO11vGF013740 Hello. Thanks a lot for information you provided, it helps a lot! My formula to make using Cygwin magnificent: Create batch with body 'call "D:\Cygwin\bin\%1" %2 %3 ..' Add the directory contains it to %PATH% Call anything via 'cygwin foo -?' Cheers! PS. Please also tip me what does 'commandeer someone else's threads for your own use' means? What I did, unfortunately, wrong? -----Original Message----- From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com] On Behalf Of Larry Hall (Cygwin) Sent: Wednesday, December 24, 2008 3:25 AM To: cygwin AT cygwin DOT com Subject: Re: Is it possible to install cigwyn application passing the setup? Alexander M. Batishchev wrote: > Hi. Hello. Please don't commandeer someone else's threads for your own use. If you have a new question for this list, just send a new message. > Is it possible to install an application from cigwyn via any method, except > setup? > What for is there Cygwin Package List search, if the result for example > 'uname' contains nothing about 'where a package or file lives in the Cygwin > release'? > Maybe I'm wrong, please tip me how to do that. 'setup.exe' is the supported way to install any Cygwin package. While one could certainly find another way to properly install a package, it wouldn't be supported by this list and you'd miss out on all the fun of installing it through 'setup.exe'. ;-) The 'Cygwin Package List' page, , is used to find out what package a particular utility is in. The intent is that a user that knows what utility he/she wants but not which package has it can find this out. Armed with the package name of the desired utility, the user can then use 'setup.exe' to install that package. Using your example, if I simply type in 'uname' to the search, it returns a number of hits. Installing all of these packages will get you 'uname' but that would be overkill (especially since some of the packages returned from this simple search are source. ;-) ) If you instead use '/bin/uname', you'll see you get a much smaller list and that you're pointed to the 'coreutils' package exclusively. Installing 'coreutils' with 'setup.exe' gets you 'uname'. FWIW, 'cygcheck -p /bin/uname' will get you the same information, if you have an active Internet connection at the time that you initiate the command. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/