X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,TW_DP,TW_YG X-Spam-Check-By: sourceware.org Message-ID: <4EEF0DC1.8080202@gmail.com> Date: Mon, 19 Dec 2011 11:11:13 +0100 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: saving list of packages References: <10535930 DOT 4729331324287925011 DOT JavaMail DOT defaultUser AT defaultHost> In-Reply-To: <10535930.4729331324287925011.JavaMail.defaultUser@defaultHost> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 On 12/19/2011 10:45 AM, efa wrote: > hi, > I need to save the list of installed packages, to: > 1) reinstall Cygwin on the same system > or > 2) made the same custom Cygwin installation on another system > > Is there an easy method equivalent to the Debian distribution: > > To save: > $ dpkg --get-selections> installedPackagesDate.txt > > To recover: > # dpkg --set-selections< installedPackagesDate.txt&& apt-get dselect-upgrade > > thanks, > Valerio > 1) cygcheck -c -d|sed -e "1,2d" -e 's/ .*$//' > installedPackagesDate.txt 2) see "./setup --help" at setup -P -- 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