delorie.com/archives/browse.cgi | search |
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:date:from:to:subject:message-id:reply-to | |
:references:mime-version:content-type:in-reply-to; q=dns; s= | |
default; b=s850R+5QLrFHWxGC9Yj73rhpxa+DFFCuew8yJa5Xpl1Odd1nNKgXy | |
F7Fs9XJWtlMylgLBObceFCvMpucT1x/l0viYwhXqBswXdD8WYrlqWuyDapvotnph | |
jXGk9/dgBkZWHy4JwRXjJPrAIpQKE7syuM1XrqdH9NUOcQ3McrfzqA= | |
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:date:from:to:subject:message-id:reply-to | |
:references:mime-version:content-type:in-reply-to; s=default; | |
bh=NddfujXCAAvugsU7kwKi0Zh6mXA=; b=AL1J44NIFISGoP+M8h7MOo1yvILV | |
9C5iestSgt0dnpnGSk9jb4+brN3pmsmecpd+P0gOJFZVhskjojF8q1++KCOxbZvu | |
QJBbEN1nAwlDv/mgDfzy1M3FgWuzsdJwWKpR45YzWTqHQKCxOSINorZkcx7+ZT/x | |
WLZD3YmYdtoWZE0= | |
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 |
X-Spam-SWARE-Status: | No, score=-0.8 required=5.0 tests=AWL,BAYES_00,EXECUTABLE_URI,TW_CG autolearn=no version=3.3.1 |
Date: | Thu, 27 Jun 2013 10:32:33 +0200 |
From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: offline cygwin install question |
Message-ID: | <20130627083233.GI6966@calimero.vinschen.de> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <51CB4C14 DOT 4030909 AT molconn DOT com> |
MIME-Version: | 1.0 |
In-Reply-To: | <51CB4C14.4030909@molconn.com> |
User-Agent: | Mutt/1.5.21 (2010-09-15) |
On Jun 26 16:16, LMH wrote: > I have a win7 64-bit machine that is not online and I want to update > the cygwin install. What is the best method for doing this? Can I > just copy the current cygwin install off of my XP 32-bit machine and > drop it into the 64-bit win7 rig, or will that create a problem? The easiest way, especially if you have more than one machine, is IMHO to create a local mirror of the Cygwin distro first: <Check if you have at least 30 Gigs of free space> mkdir cygwin rsync -av --delete-after cygwin.com:cygwin/ cygwin This creates a local mirror of the 32 and 64 bit Cygwin versions. The 32 bit version is more complete and runs on 32 and 64 bit, as cgf pointed out. The 64 bit version is not as complete yet as the 32 bit version, but it's pretty stable already and a mirror of that only takes 9 Gigs: mkdir -p cygwin/64bit rsync -av --delete-after cygwin.com:cygwin/64bit cygwin/64bit Copy this stuff over to an USB drive. If you want to use the 64 bit release, there's setup64.exe already in the cygwin/64bit directory. If you want to use the 32 bit release, you also have to copy http://cygwin.com/setup.exe to the USB drive. Now, on the offline machine, plug in the USB drive (let's use u: as drive letter as in cgf's example), and run either setup.exe for 32 bit or setup64.exe for the 64 bit release. Note that, if it already *has* a Cygwin install, it's almost 100% sure that it's the 32 bit release. So, run setup.exe in this case. In the second dialog, choose "Install from Locale Directory". In the fourth dialog, choose U:\cygwin as "Local Package Directory". The rest should work as usual. HTH, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |