delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <472C054E.821282A2@dessent.net> |
Date: | Fri, 02 Nov 2007 22:21:18 -0700 |
From: | Brian Dessent <brian AT dessent DOT net> |
X-Mailer: | Mozilla 4.79 [en] (Windows NT 5.0; U) |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Searching for apps in cygwin by keyword |
References: | <1194040754 DOT 13625 DOT 1219287897 AT webmail DOT messagingengine DOT com> |
X-IsSubscribed: | yes |
Reply-To: | cygwin AT cygwin DOT com |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Hussein Patwa wrote: > Of course there are lots of apps included in the cygwin distribution. My > question is, how does one search to find what apps are installed that > fulfill a certain purpose? For example, I want to see how many apps have Several ideas: 1. Run "cygcheck -p keyword" which will match 'keyword' as a regexp against the name, description, and list of filenames contained with each package. However, since the result only contains the name and description of the package it may be a bit confusing if the match happened to be against a coincidently named filename. 2. Go to <http://cygwin.com/packages/> and use your browser's ctrl-F search. 3. View the setup.ini file directly, e.g. "wget -q -O - http://mirrors.dotsrc.org/cygwin/setup.bz2 | bzip2 -cd | less". This is the only way to view the ldesc field, as it is not currently used by anything. Brian -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |