X-Recipient: archive-cygwin@delorie.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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding
	:in-reply-to; q=dns; s=default; b=LcwiG7KXCG8jYcBtP7CKQdsYaAEyf/
	EH6r45/Y+fPwWgyD6wZjQFv7bMk8H3nHwL3+EOmGpjyHDxDUatX8+17/p4ErWG6i
	uryq5bacdFk+VpoW2oIgK0GRi1GO53eAslHF0rvlqCGIgWuNXbui2T9rPNOpipqB
	w1GFG5iTS3/ws=
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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding
	:in-reply-to; s=default; bh=46zS6znYUdm+F9ZNHvfB96COm5w=; b=Rszl
	Py0RNROZY6Wj/CjckKLj8DIEYR1XTtJDHKtTju84UBnfvaiX17NlihoeQOFKPUzm
	UBBAyLOOvKqDMteVD+k9TY7tKbJFfInOslZCO2HaQWevSRLKrfpC4Y3hkX6THgul
	NxEdbKqTtphjR8C27ycN1Ov23qRDK7DCuU4VPG4=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-5.4 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Achim Gratz <Stromeko@Nexgo.DE>
Subject: Re: initial cygwin installation
Date: Thu, 29 Oct 2015 08:43:20 +0100
Lines: 18
Message-ID: <n0simp$87h$1@ger.gmane.org>
References: <D91D46EA-68F6-4F59-A239-2E1DE17AD222@etr-usa.com> <0D835E9B9CD07F40A48423F80D3B5A702E93E7A0@USA7109MB022.na.xerox.net> <6C4CE5F3-4754-4BBD-BCF2-E45EB42D70A1@etr-usa.com> <20151028203840.GA2663@dimstar.local.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
In-Reply-To: <20151028203840.GA2663@dimstar.local.net>
X-IsSubscribed: yes

Am 28.10.2015 um 21:38 schrieb Duncan Roe:
> As it happens, I also saw that message last night. I only wanted to *reinstall*
> everything I had installed previously, owing to AVG antivirus having deleted I
> don't know what.

One way to do that (if you really want to re-install instead of running 
cygcheck and just re-install those packages listed as incomplete) is to 
edit /etc/setup/installed.db so that each package version listed there 
is "outdated".  The next time you run setup it will upgrade everything, 
which is thre re-install you want.

sed -re 's/( [a-zA-Z].*-.*-)[0-9]+\./\10./' \
  -i.bak /etc/setup/installed.db

-- 
Achim.

(on the road :-)


--
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

