delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2011/12/19/05:11:45

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 <marco DOT atzeri AT gmail DOT com>
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>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019