X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: dialog ? Date: Wed, 20 May 2009 11:08:10 +0100 Message-ID: <5E25AF06EFB9EA4A87C19BC98F5C8753035AA799@core-email.int.ascribe.com> In-Reply-To: <712cb62c0905200143g46d301d8kc003d2880dee3f3e@mail.gmail.com> References: <712cb62c0905200143g46d301d8kc003d2880dee3f3e AT mail DOT gmail DOT com> From: "Phil Betts" To: Reply-To: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Markus Wenke wrote: > In early versions of cygwin, I've used "dialog" for some scripts. > Now I want to start the script and "dialog" is not installed on the > current cygwin version. > I tried to install it with Cygwin-setup, but I can't find a packet > named "dialog". > Which packet do I have to install for dialog? For this sort of question, you can either use the package search at http://cygwin.com/packages/ or simply use cygcheck: $ cygcheck -p dialog.exe Found 2 matches for dialog.exe. tetex-bin/tetex-bin-2.0.2-15 The TeX text formatting system (binaries). tetex-bin/tetex-bin-3.0.0-3 The TeX text formatting system (binaries). In this case however, tetex-bin does not contain dialog.exe but=20 tcdialog.exe. That file does seem to be dialog.exe by a different name though, so you might want to add "alias dialog=3Dtcdialog" to ~/.bashrc This might be a packaging bug: typing "man tcdialog" brings up the=20 dialog(1) man page, which suggests that something is not quite right. Phil --=20 This email has been scanned by Ascribe Ltd using Microsoft Antigen for Exch= ange. -- 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/