From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by sourceware.org (Postfix) with ESMTPS id 7DA423870854 for ; Fri, 26 Jun 2020 16:35:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7DA423870854 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=utahime.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=yasu@utahime.org Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id AFAF67D55 for ; Sat, 27 Jun 2020 01:35:09 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1593189309; bh=cFV+4tDZ23k1UXaRZ4RG+FUJPJ0yX+1g6NUwNNU6VLw=; h=Date:To:Subject:From; b=fTUxC1mtyVOuBS6g4z8vmoEd2R9xCK6F31iV8q6STTQkszbJgX3+xTxAQdxa6BQl7 FdGdbrdYdTjR2G+XOO18nSDGBHxuD8LxB+MxeyBoCopAwQPQhHde49b0K34orBW5EQ tcN/IuhGno809SoPdsjxhEzXf+YEKZW55E4O1tPE4OxV3HvN1GVP7H0Xg9NeGFmvj6 bzlcl5oD2Opz4INXptdbmwImJsh3xaZ1LBpUqSytkLGcHX2gdanIbuMtlqjgVcSA8E 7pIgkLQ6PyHnlqvBASpUXRLTyoYzV989qAxXsRQymOsgVLF31s/RAWdpwUY0HhK9a9 caSsbkeYiw/HQ== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id B431A59BE9; Sat, 27 Jun 2020 01:35:08 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.3 at eastasia.home.utahime.org Date: Sat, 27 Jun 2020 01:34:59 +0900 (JST) Message-Id: <20200627.013459.435705702566725844.yasu@utahime.org> To: cygwin@cygwin.com Subject: Listing only manually installed package From: Yasuhiro KIMURA X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2020 16:35:15 -0000 Hello. When installing one package, it is quite common for several other packages to be automatically installed as dependencies. And output of `cygcheck -c` includes both of them. Then is there any way to list only manually installed package? Best Regards. --- Yasuhiro KIMURA