X-Spam-Check-By: sourceware.org Message-ID: <46C9631A.4332A21@dessent.net> Date: Mon, 20 Aug 2007 02:47:06 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Fw: clear References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 PDeRochambeau AT iht DOT com wrote: > In Cygwin Package List, it says that clear was removed and that ncurses > should be used instead (?). However, libncurses7 and libncurses8 ARE > installed on my machine, according to setup.exe, which means, I guess, > that ncurses is installed. No, it means that libncurses is installed. There is also a 'ncurses' package, and that is what contains the clear command. (You can look this up yourself using the Package Search page.) The reasoning for why packages are split like this has many reasons. For one thing, it allows library versioning, where you have multiple packages compiled against multiple versions of the library. For another, it allows installing just the binary runtime components of a library, without pulling in all the other nonessential parts just because the user happened to have installed a package that is linked against that library. And that is just what has happened in this case. 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/