X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:subject:from:to:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=lTC WGzk+Tay86Erp+6rVu1vUuInpdShwTpZrfuoGLxClURDQ8MBpk2WPAC3XhDpkB1i 64mw6RuNX64OOwRB78ftl9mDCjKcXWTzidTRTNdlGNhjzSTihCGXsGBQZGJbpQ25 5pkC/BPRGgiQtXdYp7TNlCviNCmfnOn5TYy5gXHA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:subject:from:to:mime-version :content-type:content-transfer-encoding; s=default; bh=WPFF2mrKC 6ERl+GCefotVi+UEYk=; b=G4fny3ecaNMHW0kFTtamFFKVyhG4/zB0FxFy4QKFO lPs6hKfAEs3+o72qPsQ9nEdQa50YNnf5BtA4wKwKin4ckYdIRGPLLOgYb3oJ20kl yng5gE0VCpOwzywblVH68L/Ruqm/J7c2DM9J3MVgv4/mbiwF1Il+ASpvkvfZQYvZ Dk= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: lb3-smtp-cloud6.xs4all.net Message-ID: <1f1e03a6924ba27e7158639fb8f83ac5.squirrel@webmail.xs4all.nl> Date: Sat, 3 Jan 2015 19:32:01 +0100 Subject: Re: A list of installed packages (no dependencies) -- this may help From: "Houder" To: cygwin AT cygwin DOT com User-Agent: SquirrelMail/1.4.18 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit >> > Is there in Cygwin a command to recover a list of installed packages chosen by >> > the user without the dependencies? >> >> I replied to your entry in an earlier attempt, but my reply got stuck in the machinery >> at sourceware.org (my message had a shell script and a .bat file attached). >> >> Below (I hope) you will find a script, that may be of help to you ... >> >> It computes the "top vertices" of the forest (i.e. the dependency graph), i.e. the pkgs >> that no other pkg depends on (within the context of a specific installation of Cygwin). > > The cygcheck-dep package contains a script which can find the leaves > of the dependency graph, along with several other operations. > > Doug Henderson, Calgary, Alberta, Canada Yup, he is right :-) cygcheck-dep -l shows the same output as "my script" ... It is all there, folks! Henri -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple